#DB91C8

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

Shades of Shocking #DB91C8

Tints of Shocking #DB91C8

Color information

#DB91C8 (or 0xDB91C8) is unknown color: approx Shocking. HEX triplet: DB, 91 and C8. RGB value is (219,145,200). Sum of RGB (Red+Green+Blue) = 219+145+200=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 145 (57.03% from 255 or 25.71% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DB91C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB91C8 is #246E37. Grayscale: #ADADAD. Windows color (decimal): -2387512 or 13144539. OLE color: 13144539.

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

Color convert

RGB219145200-
CMYK00.340.090.14
HSL315.41º50.68%71.37%-
HSV(B)315.41º33.79%85.88%-
XYZ49.7639.4859.64-
YUV173.4143.02160.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.83%
GREEN value IS 145 (57.03% from 255) = 25.71%
BLUE value IS 200 (78.52% from 255) = 35.46%
R=38.83%
G=25.71%
B=35.46%

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
Decimal21914520000.340.090.14315.4150.6871.37
HexDB91C80229E13b3347
Octal333221310042111647363107
Binary1101101110010001110010000100010100111101001110111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB91C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB91C8; }

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

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

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

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

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

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

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

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