#DB91C7

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

Shades of Shocking #DB91C7

Tints of Shocking #DB91C7

Color information

#DB91C7 (or 0xDB91C7) is unknown color: approx Shocking. HEX triplet: DB, 91 and C7. RGB value is (219,145,199). Sum of RGB (Red+Green+Blue) = 219+145+199=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 145 (57.03% from 255 or 25.75% from 563); Blue value is 199 (78.12% from 255 or 35.35% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DB91C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB91C7 is #246E38. Grayscale: #ADADAD. Windows color (decimal): -2387513 or 13079003. OLE color: 13079003.

HSL color Cylindrical-coordinate representation of color #DB91C7: hue angle of 316.22º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB91C7 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB219145199-
CMYK00.340.090.14
HSL316.22º50.68%71.37%-
HSV(B)316.22º33.79%85.88%-
XYZ49.6539.4359.03-
YUV173.28142.52160.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.90%
GREEN value IS 145 (57.03% from 255) = 25.75%
BLUE value IS 199 (78.12% from 255) = 35.35%
R=38.90%
G=25.75%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914519900.340.090.14316.2250.6871.37
HexDB91C70229E13c3347
Octal333221307042111647463107
Binary1101101110010001110001110100010100111101001111001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB91C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB91C7; }

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

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

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

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

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

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

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

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