#DB8BB8

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

Shades of Shocking #DB8BB8

Tints of Shocking #DB8BB8

Color information

#DB8BB8 (or 0xDB8BB8) is unknown color: approx Shocking. HEX triplet: DB, 8B and B8. RGB value is (219,139,184). Sum of RGB (Red+Green+Blue) = 219+139+184=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 184 (72.27% from 255 or 33.95% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8BB8 is #247447. Grayscale: #A7A7A7. Windows color (decimal): -2389064 or 12094427. OLE color: 12094427.

HSL color Cylindrical-coordinate representation of color #DB8BB8: hue angle of 326.25º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8BB8 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB219139184-
CMYK00.370.160.14
HSL326.25º52.63%70.2%-
HSV(B)326.25º36.53%85.88%-
XYZ47.136.9950-
YUV168.05137164.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.41%
GREEN value IS 139 (54.69% from 255) = 25.65%
BLUE value IS 184 (72.27% from 255) = 33.95%
R=40.41%
G=25.65%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913918400.370.160.14326.2552.6370.2
HexDB8BB802510E1463546
Octal333213270045201650665106
Binary11011011100010111011100001001011000011101010001101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8BB8; }

 p { color: rgb(219,139,184); }

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

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

 a { background-color: rgb(219,139,184); }

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

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

 span { border-color: rgb(219,139,184); }

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