#DC9EBA

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

Shades of Shocking #DC9EBA

Tints of Shocking #DC9EBA

Color information

#DC9EBA (or 0xDC9EBA) is unknown color: approx Shocking. HEX triplet: DC, 9E and BA. RGB value is (220,158,186). Sum of RGB (Red+Green+Blue) = 220+158+186=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 158 (62.11% from 255 or 28.01% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9EBA is #236145. Grayscale: #B3B3B3. Windows color (decimal): -2318662 or 12230364. OLE color: 12230364.

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

Color convert

RGB220158186-
CMYK00.280.150.14
HSL332.9º46.97%74.12%-
HSV(B)332.9º28.18%86.27%-
XYZ50.643.2152.13-
YUV179.73131.54156.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 158 (62.11% from 255) = 28.01%
BLUE value IS 186 (73.05% from 255) = 32.98%
R=39.01%
G=28.01%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015818600.280.150.14332.946.9774.12
HexDC9EBA01CFE14d2f4a
Octal334236272034171651557112
Binary110111001001111010111010011100111111101010011011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9EBA; }

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

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

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

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

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

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

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

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