#DB9BBE

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

Shades of Shocking #DB9BBE

Tints of Shocking #DB9BBE

Color information

#DB9BBE (or 0xDB9BBE) is unknown color: approx Shocking. HEX triplet: DB, 9B and BE. RGB value is (219,155,190). Sum of RGB (Red+Green+Blue) = 219+155+190=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 155 (60.94% from 255 or 27.48% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BBE is #246441. Grayscale: #B2B2B2. Windows color (decimal): -2384962 or 12491739. OLE color: 12491739.

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

Color convert

RGB219155190-
CMYK00.290.130.14
HSL327.19º47.06%73.33%-
HSV(B)327.19º29.22%85.88%-
XYZ50.2342.2254.22-
YUV178.13134.7157.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.83%
GREEN value IS 155 (60.94% from 255) = 27.48%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=38.83%
G=27.48%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915519000.290.130.14327.1947.0673.33
HexDB9BBE01DDE1472f49
Octal333233276035151650757111
Binary110110111001101110111110011101110111101010001111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9BBE; }

 p { color: rgb(219,155,190); }

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

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

 a { background-color: rgb(219,155,190); }

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

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

 span { border-color: rgb(219,155,190); }

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