Html Css Color HEX #DC78A3 Pale Violet Red

📋 copy color: '#DC78A3'

red 220 ◦ green 120 ◦ blue 163

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

Shades of Pale Violet Red #DC78A3

Tints of Pale Violet Red #DC78A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.41%

R = 43.74%
G = 23.86%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DC78A3 (or 0xDC78A3) is known color: Pale Violet Red. HEX triplet: DC, 78 and A3. RGB value is (220,120,163). Sum of RGB (Red+Green+Blue) = 220+120+163=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 163 (64.06% from 255 or 32.41% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC78A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC78A3 is #23875C. Grayscale: #9A9A9A. Windows color (decimal): -2328413 or 10713308. OLE color: 10713308.

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

Color convert

RGB 220 120 163 -
CMYK 0 0.45 0.26 0.14
HSL 334.2º 0.59% 0.67% -
HSV(B) 334.2º 0.45% 0.86% -
XYZ 42.84 31.29 38.43 -
YUV 154.8 132.63 174.5 -
System Red Green Blue C M Y K H S L
Decimal 220 120 163 0 0.45 0.26 0.14 334.2 0.59 0.67
Hex DC 78 A3 0 2D 1A E 14E 3B 43
Octal 334 170 243 0 55 32 16 516 73 103
Binary 11011100 1111000 10100011 0 101101 11010 1110 101001110 111011 1000011

Color Harmonies of #DC78A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC78A3

Black with #DC78A3

Text Example


Text Example

White with #DC78A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC78A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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