#DB9EBA

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

Shades of Shocking #DB9EBA

Tints of Shocking #DB9EBA

Color information

#DB9EBA (or 0xDB9EBA) is unknown color: approx Shocking. HEX triplet: DB, 9E and BA. RGB value is (219,158,186). Sum of RGB (Red+Green+Blue) = 219+158+186=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9EBA is #246145. Grayscale: #B3B3B3. Windows color (decimal): -2384198 or 12230363. OLE color: 12230363.

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

Color convert

RGB219158186-
CMYK00.280.150.14
HSL332.46º45.86%73.92%-
HSV(B)332.46º27.85%85.88%-
XYZ50.343.0652.11-
YUV179.43131.71156.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.90%
GREEN value IS 158 (62.11% from 255) = 28.06%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=38.90%
G=28.06%
B=33.04%

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
Decimal21915818600.280.150.14332.4645.8673.92
HexDB9EBA01CFE14c2e4a
Octal333236272034171651456112
Binary110110111001111010111010011100111111101010011001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9EBA; }

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

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

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

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

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

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

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

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