#DC76A8

Color #DC76A8 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #DC76A8

Tints of Pale Violet Red #DC76A8

Color information

#DC76A8 (or 0xDC76A8) is unknown color: approx Pale Violet Red. HEX triplet: DC, 76 and A8. RGB value is (220,118,168). Sum of RGB (Red+Green+Blue) = 220+118+168=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC76A8 is #238957. Grayscale: #9A9A9A. Windows color (decimal): -2328920 or 11040476. OLE color: 11040476.

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

Color convert

RGB220118168-
CMYK00.460.240.14
HSL330.59º59.3%66.27%-
HSV(B)330.59º46.36%86.27%-
XYZ43.063140.76-
YUV154.2135.79174.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.48%
GREEN value IS 118 (46.48% from 255) = 23.32%
BLUE value IS 168 (66.02% from 255) = 33.20%
R=43.48%
G=23.32%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011816800.460.240.14330.5959.366.27
HexDC76A802E18E14b3b42
Octal334166250056301651373102
Binary1101110011101101010100001011101100011101010010111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC76A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC76A8; }

 p { color: rgb(220,118,168); }

 H1.HeaderClassName
 {
   color: #DC76A8;
 }
 .AnyTagClassName
 {
   color: #DC76A8;
 }
</style>
background-color css

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

 a { background-color: rgb(220,118,168); }

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

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

 span { border-color: rgb(220,118,168); }

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