#DC9CCB

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

Shades of Shocking #DC9CCB

Tints of Shocking #DC9CCB

Color information

#DC9CCB (or 0xDC9CCB) is unknown color: approx Shocking. HEX triplet: DC, 9C and CB. RGB value is (220,156,203). Sum of RGB (Red+Green+Blue) = 220+156+203=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CCB is #236334. Grayscale: #B4B4B4. Windows color (decimal): -2319157 or 13343964. OLE color: 13343964.

HSL color Cylindrical-coordinate representation of color #DC9CCB: hue angle of 315.94º degrees, saturation: 0.48, 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 #DC9CCB is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB220156203-
CMYK00.290.080.14
HSL315.94º47.76%73.73%-
HSV(B)315.94º29.09%86.27%-
XYZ52.1843.362.11-
YUV180.49140.7156.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 156 (61.33% from 255) = 26.94%
BLUE value IS 203 (79.69% from 255) = 35.06%
R=38.00%
G=26.94%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015620300.290.080.14315.9447.7673.73
HexDC9CCB01D8E13c304a
Octal334234313035101647460112
Binary110111001001110011001011011101100011101001111001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9CCB; }

 p { color: rgb(220,156,203); }

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

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

 a { background-color: rgb(220,156,203); }

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

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

 span { border-color: rgb(220,156,203); }

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