Html Css Color HEX #DC78AA Pale Violet Red

📋 copy color: '#DC78AA'

red 220 ◦ green 120 ◦ blue 170

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

Shades of Pale Violet Red #DC78AA

Tints of Pale Violet Red #DC78AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.33%

R = 43.14%
G = 23.53%
B = 33.33%

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

#DC78AA (or 0xDC78AA) is known color: Pale Violet Red. HEX triplet: DC, 78 and AA. RGB value is (220,120,170). Sum of RGB (Red+Green+Blue) = 220+120+170=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC78AA is #238755. Grayscale: #9B9B9B. Windows color (decimal): -2328406 or 11172060. OLE color: 11172060.

HSL color Cylindrical-coordinate representation of color #DC78AA: hue angle of 330º 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 #DC78AA is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 120 170 -
CMYK 0 0.45 0.23 0.14
HSL 330º 0.59% 0.67% -
HSV(B) 330º 0.45% 0.86% -
XYZ 43.49 31.55 41.83 -
YUV 155.6 136.13 173.93 -
System Red Green Blue C M Y K H S L
Decimal 220 120 170 0 0.45 0.23 0.14 330 0.59 0.67
Hex DC 78 AA 0 2D 17 E 14A 3B 43
Octal 334 170 252 0 55 27 16 512 73 103
Binary 11011100 1111000 10101010 0 101101 10111 1110 101001010 111011 1000011

Color Harmonies of #DC78AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC78AA

Black with #DC78AA

Text Example


Text Example

White with #DC78AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC78AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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