#DB9EBD

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

Shades of Shocking #DB9EBD

Tints of Shocking #DB9EBD

Color information

#DB9EBD (or 0xDB9EBD) is unknown color: approx Shocking. HEX triplet: DB, 9E and BD. RGB value is (219,158,189). Sum of RGB (Red+Green+Blue) = 219+158+189=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9EBD is #246142. Grayscale: #B3B3B3. Windows color (decimal): -2384195 or 12426971. OLE color: 12426971.

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

Color convert

RGB219158189-
CMYK00.280.140.14
HSL329.51º45.86%73.92%-
HSV(B)329.51º27.85%85.88%-
XYZ50.6343.1953.81-
YUV179.77133.21155.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.69%
GREEN value IS 158 (62.11% from 255) = 27.92%
BLUE value IS 189 (74.22% from 255) = 33.39%
R=38.69%
G=27.92%
B=33.39%

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
Decimal21915818900.280.140.14329.5145.8673.92
HexDB9EBD01CEE14a2e4a
Octal333236275034161651256112
Binary110110111001111010111101011100111011101010010101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9EBD; }

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

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

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

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

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

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

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

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