#DC9DB8

Color #DC9DB8 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #DC9DB8

Tints of Shocking #DC9DB8

Color information

#DC9DB8 (or 0xDC9DB8) is unknown color: approx Shocking. HEX triplet: DC, 9D and B8. RGB value is (220,157,184). Sum of RGB (Red+Green+Blue) = 220+157+184=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DB8 is #236247. Grayscale: #B2B2B2. Windows color (decimal): -2318920 or 12099036. OLE color: 12099036.

HSL color Cylindrical-coordinate representation of color #DC9DB8: hue angle of 334.29º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9DB8 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB220157184-
CMYK00.290.160.14
HSL334.29º47.37%73.92%-
HSV(B)334.29º28.64%86.27%-
XYZ50.2242.7950.96-
YUV178.92130.87157.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.22%
GREEN value IS 157 (61.72% from 255) = 27.99%
BLUE value IS 184 (72.27% from 255) = 32.80%
R=39.22%
G=27.99%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015718400.290.160.14334.2947.3773.92
HexDC9DB801D10E14e2f4a
Octal334235270035201651657112
Binary1101110010011101101110000111011000011101010011101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9DB8; }

 p { color: rgb(220,157,184); }

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

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

 a { background-color: rgb(220,157,184); }

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

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

 span { border-color: rgb(220,157,184); }

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