#DB89C7

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

Shades of Shocking #DB89C7

Tints of Shocking #DB89C7

Color information

#DB89C7 (or 0xDB89C7) is unknown color: approx Shocking. HEX triplet: DB, 89 and C7. RGB value is (219,137,199). Sum of RGB (Red+Green+Blue) = 219+137+199=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 199 (78.12% from 255 or 35.86% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89C7 is #247638. Grayscale: #A8A8A8. Windows color (decimal): -2389561 or 13076955. OLE color: 13076955.

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

Color convert

RGB219137199-
CMYK00.370.090.14
HSL314.63º53.25%69.8%-
HSV(B)314.63º37.44%85.88%-
XYZ48.4737.0758.63-
YUV168.59145.17163.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.46%
GREEN value IS 137 (53.91% from 255) = 24.68%
BLUE value IS 199 (78.12% from 255) = 35.86%
R=39.46%
G=24.68%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913719900.370.090.14314.6353.2569.8
HexDB89C70259E13b3546
Octal333211307045111647365106
Binary1101101110001001110001110100101100111101001110111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB89C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB89C7; }

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

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

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

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

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

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

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

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