#DB89C0

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

Shades of Shocking #DB89C0

Tints of Shocking #DB89C0

Color information

#DB89C0 (or 0xDB89C0) is unknown color: approx Shocking. HEX triplet: DB, 89 and C0. RGB value is (219,137,192). Sum of RGB (Red+Green+Blue) = 219+137+192=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 137 (53.91% from 255 or 25% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89C0 is #24763F. Grayscale: #A7A7A7. Windows color (decimal): -2389568 or 12618203. OLE color: 12618203.

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

Color convert

RGB219137192-
CMYK00.370.120.14
HSL319.76º53.25%69.8%-
HSV(B)319.76º37.44%85.88%-
XYZ47.6736.7654.45-
YUV167.79141.67164.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.96%
GREEN value IS 137 (53.91% from 255) = 25%
BLUE value IS 192 (75.39% from 255) = 35.04%
R=39.96%
G=25%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913719200.370.120.14319.7653.2569.8
HexDB89C0025CE1403546
Octal333211300045141650065106
Binary1101101110001001110000000100101110011101010000001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB89C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB89C0; }

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

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

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

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

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

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

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

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