#DC9EBD

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

Shades of Shocking #DC9EBD

Tints of Shocking #DC9EBD

Color information

#DC9EBD (or 0xDC9EBD) is unknown color: approx Shocking. HEX triplet: DC, 9E and BD. RGB value is (220,158,189). Sum of RGB (Red+Green+Blue) = 220+158+189=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 158 (62.11% from 255 or 27.87% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9EBD is #236142. Grayscale: #B4B4B4. Windows color (decimal): -2318659 or 12426972. OLE color: 12426972.

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

Color convert

RGB220158189-
CMYK00.280.140.14
HSL330º46.97%74.12%-
HSV(B)330º28.18%86.27%-
XYZ50.9343.3453.83-
YUV180.07133.04156.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 158 (62.11% from 255) = 27.87%
BLUE value IS 189 (74.22% from 255) = 33.33%
R=38.80%
G=27.87%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015818900.280.140.1433046.9774.12
HexDC9EBD01CEE14a2f4a
Octal334236275034161651257112
Binary110111001001111010111101011100111011101010010101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9EBD; }

 p { color: rgb(220,158,189); }

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

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

 a { background-color: rgb(220,158,189); }

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

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

 span { border-color: rgb(220,158,189); }

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