#DB89C5

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

Shades of Shocking #DB89C5

Tints of Shocking #DB89C5

Color information

#DB89C5 (or 0xDB89C5) is unknown color: approx Shocking. HEX triplet: DB, 89 and C5. RGB value is (219,137,197). Sum of RGB (Red+Green+Blue) = 219+137+197=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 197 (77.34% from 255 or 35.62% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89C5 is #24763A. Grayscale: #A8A8A8. Windows color (decimal): -2389563 or 12945883. OLE color: 12945883.

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

Color convert

RGB219137197-
CMYK00.370.100.14
HSL316.1º53.25%69.8%-
HSV(B)316.1º37.44%85.88%-
XYZ48.2436.9857.42-
YUV168.36144.17164.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.60%
GREEN value IS 137 (53.91% from 255) = 24.77%
BLUE value IS 197 (77.34% from 255) = 35.62%
R=39.60%
G=24.77%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913719700.370.100.14316.153.2569.8
HexDB89C5025AE13c3546
Octal333211305045121647465106
Binary1101101110001001110001010100101101011101001111001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB89C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB89C5; }

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

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

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

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

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

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

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

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