Html Css Color HEX #DC78AB Pale Violet Red

📋 copy color: '#DC78AB'

red 220 ◦ green 120 ◦ blue 171

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

Shades of Pale Violet Red #DC78AB

Tints of Pale Violet Red #DC78AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.46%

R = 43.05%
G = 23.48%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC78AB (or 0xDC78AB) is known color: Pale Violet Red. HEX triplet: DC, 78 and AB. RGB value is (220,120,171). Sum of RGB (Red+Green+Blue) = 220+120+171=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC78AB is #238754. Grayscale: #9B9B9B. Windows color (decimal): -2328405 or 11237596. OLE color: 11237596.

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

Color convert

RGB 220 120 171 -
CMYK 0 0.45 0.22 0.14
HSL 329.4º 0.59% 0.67% -
HSV(B) 329.4º 0.45% 0.86% -
XYZ 43.58 31.59 42.33 -
YUV 155.71 136.63 173.85 -
System Red Green Blue C M Y K H S L
Decimal 220 120 171 0 0.45 0.22 0.14 329.4 0.59 0.67
Hex DC 78 AB 0 2D 16 E 149 3B 43
Octal 334 170 253 0 55 26 16 511 73 103
Binary 11011100 1111000 10101011 0 101101 10110 1110 101001001 111011 1000011

Color Harmonies of #DC78AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC78AB

Black with #DC78AB

Text Example


Text Example

White with #DC78AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC78AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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