#DB89B9

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

Shades of Shocking #DB89B9

Tints of Shocking #DB89B9

Color information

#DB89B9 (or 0xDB89B9) is unknown color: approx Shocking. HEX triplet: DB, 89 and B9. RGB value is (219,137,185). Sum of RGB (Red+Green+Blue) = 219+137+185=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 137 (53.91% from 255 or 25.32% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89B9 is #247646. Grayscale: #A6A6A6. Windows color (decimal): -2389575 or 12159451. OLE color: 12159451.

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

Color convert

RGB219137185-
CMYK00.370.160.14
HSL324.88º53.25%69.8%-
HSV(B)324.88º37.44%85.88%-
XYZ46.9236.4550.46-
YUV166.99138.17165.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.48%
GREEN value IS 137 (53.91% from 255) = 25.32%
BLUE value IS 185 (72.66% from 255) = 34.20%
R=40.48%
G=25.32%
B=34.20%

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
Decimal21913718500.370.160.14324.8853.2569.8
HexDB89B902510E1453546
Octal333211271045201650565106
Binary11011011100010011011100101001011000011101010001011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB89B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB89B9; }

 p { color: rgb(219,137,185); }

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

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

 a { background-color: rgb(219,137,185); }

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

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

 span { border-color: rgb(219,137,185); }

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