Html Css Color HEX #DC7B9C Pale Violet Red

📋 copy color: '#DC7B9C'

red 220 ◦ green 123 ◦ blue 156

#DC7B9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #DC7B9C

Tints of Pale Violet Red #DC7B9C

RGB

 RED value IS 220 (86.33% from 255) = 44.09%

 GREEN value IS 123 (48.44% from 255) = 24.65%

 BLUE value IS 156 (61.33% from 255) = 31.26%

R = 44.09%
G = 24.65%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DC7B9C (or 0xDC7B9C) is known color: Pale Violet Red. HEX triplet: DC, 7B and 9C. RGB value is (220,123,156). Sum of RGB (Red+Green+Blue) = 220+123+156=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7B9C is #238463. Grayscale: #9B9B9B. Windows color (decimal): -2327652 or 10255324. OLE color: 10255324.

HSL color Cylindrical-coordinate representation of color #DC7B9C: hue angle of 339.59º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7B9C is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 123 156 -
CMYK 0 0.44 0.29 0.14
HSL 339.59º 0.58% 0.67% -
HSV(B) 339.59º 0.44% 0.86% -
XYZ 42.6 31.78 35.34 -
YUV 155.77 128.14 173.82 -
System Red Green Blue C M Y K H S L
Decimal 220 123 156 0 0.44 0.29 0.14 339.59 0.58 0.67
Hex DC 7B 9C 0 2C 1D E 154 3A 43
Octal 334 173 234 0 54 35 16 524 72 103
Binary 11011100 1111011 10011100 0 101100 11101 1110 101010100 111010 1000011

Color Harmonies of #DC7B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B9C

Black with #DC7B9C

Text Example


Text Example

White with #DC7B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B9C; }

 p { color: rgb(220,123,156); }

 H1.HeaderClassName
 {
   color: #DC7B9C;
 }
 .AnyTagClassName
 {
   color: #DC7B9C;
 }
</style>

background-color css

<style>
 a { background-color: #DC7B9C; }

 a { background-color: rgb(220,123,156); }

 div.DivClassName
 {
   background-color: #DC7B9C;
 }
 .BgClassName
 {
   background-color: #DC7B9C;
 }
</style>

border-color css

<style>
 span { border-color: #DC7B9C; }

 span { border-color: rgb(220,123,156); }

 td.TdClassName
 {
   border-color: #DC7B9C;
 }
 .TagClassName
 {
   border-color: #DC7B9C;
 }
</style>