Html Css Color HEX #DC78A9 Pale Violet Red

📋 copy color: '#DC78A9'

red 220 ◦ green 120 ◦ blue 169

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

Shades of Pale Violet Red #DC78A9

Tints of Pale Violet Red #DC78A9

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.58%

 BLUE value IS 169 (66.41% from 255) = 33.2%

R = 43.22%
G = 23.58%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC78A9 (or 0xDC78A9) is known color: Pale Violet Red. HEX triplet: DC, 78 and A9. RGB value is (220,120,169). Sum of RGB (Red+Green+Blue) = 220+120+169=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC78A9 is #238756. Grayscale: #9B9B9B. Windows color (decimal): -2328407 or 11106524. OLE color: 11106524.

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

Color convert

RGB 220 120 169 -
CMYK 0 0.45 0.23 0.14
HSL 330.6º 0.59% 0.67% -
HSV(B) 330.6º 0.45% 0.86% -
XYZ 43.39 31.51 41.33 -
YUV 155.49 135.63 174.02 -
System Red Green Blue C M Y K H S L
Decimal 220 120 169 0 0.45 0.23 0.14 330.6 0.59 0.67
Hex DC 78 A9 0 2D 17 E 14B 3B 43
Octal 334 170 251 0 55 27 16 513 73 103
Binary 11011100 1111000 10101001 0 101101 10111 1110 101001011 111011 1000011

Color Harmonies of #DC78A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC78A9

Black with #DC78A9

Text Example


Text Example

White with #DC78A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC78A9; }

 p { color: rgb(220,120,169); }

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

background-color css

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

 a { background-color: rgb(220,120,169); }

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

border-color css

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

 span { border-color: rgb(220,120,169); }

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