#DC9CBE

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

Shades of Shocking #DC9CBE

Tints of Shocking #DC9CBE

Color information

#DC9CBE (or 0xDC9CBE) is unknown color: approx Shocking. HEX triplet: DC, 9C and BE. RGB value is (220,156,190). Sum of RGB (Red+Green+Blue) = 220+156+190=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CBE is #236341. Grayscale: #B2B2B2. Windows color (decimal): -2319170 or 12491996. OLE color: 12491996.

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

Color convert

RGB220156190-
CMYK00.290.140.14
HSL328.12º47.76%73.73%-
HSV(B)328.12º29.09%86.27%-
XYZ50.742.7154.29-
YUV179.01134.2157.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.87%
GREEN value IS 156 (61.33% from 255) = 27.56%
BLUE value IS 190 (74.61% from 255) = 33.57%
R=38.87%
G=27.56%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015619000.290.140.14328.1247.7673.73
HexDC9CBE01DEE148304a
Octal334234276035161651060112
Binary110111001001110010111110011101111011101010010001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9CBE; }

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

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

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

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

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

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

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

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