#DB91C6

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

Shades of Shocking #DB91C6

Tints of Shocking #DB91C6

Color information

#DB91C6 (or 0xDB91C6) is unknown color: approx Shocking. HEX triplet: DB, 91 and C6. RGB value is (219,145,198). Sum of RGB (Red+Green+Blue) = 219+145+198=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DB91C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB91C6 is #246E39. Grayscale: #ADADAD. Windows color (decimal): -2387514 or 13013467. OLE color: 13013467.

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

Color convert

RGB219145198-
CMYK00.340.100.14
HSL317.03º50.68%71.37%-
HSV(B)317.03º33.79%85.88%-
XYZ49.5339.3958.42-
YUV173.17142.02160.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.97%
GREEN value IS 145 (57.03% from 255) = 25.80%
BLUE value IS 198 (77.73% from 255) = 35.23%
R=38.97%
G=25.80%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914519800.340.100.14317.0350.6871.37
HexDB91C6022AE13d3347
Octal333221306042121647563107
Binary1101101110010001110001100100010101011101001111011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB91C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB91C6; }

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

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

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

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

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

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

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

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