#DB89BD

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

Shades of Shocking #DB89BD

Tints of Shocking #DB89BD

Color information

#DB89BD (or 0xDB89BD) is unknown color: approx Shocking. HEX triplet: DB, 89 and BD. RGB value is (219,137,189). Sum of RGB (Red+Green+Blue) = 219+137+189=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 137 (53.91% from 255 or 25.14% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89BD is #247642. Grayscale: #A7A7A7. Windows color (decimal): -2389571 or 12421595. OLE color: 12421595.

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

Color convert

RGB219137189-
CMYK00.370.140.14
HSL321.95º53.25%69.8%-
HSV(B)321.95º37.44%85.88%-
XYZ47.3436.6352.72-
YUV167.45140.17164.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.18%
GREEN value IS 137 (53.91% from 255) = 25.14%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=40.18%
G=25.14%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913718900.370.140.14321.9553.2569.8
HexDB89BD025EE1423546
Octal333211275045161650265106
Binary1101101110001001101111010100101111011101010000101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB89BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB89BD; }

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

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

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

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

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

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

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

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