#DB99C6

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

Shades of Shocking #DB99C6

Tints of Shocking #DB99C6

Color information

#DB99C6 (or 0xDB99C6) is unknown color: approx Shocking. HEX triplet: DB, 99 and C6. RGB value is (219,153,198). Sum of RGB (Red+Green+Blue) = 219+153+198=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99C6 is #246639. Grayscale: #B1B1B1. Windows color (decimal): -2385466 or 13015515. OLE color: 13015515.

HSL color Cylindrical-coordinate representation of color #DB99C6: hue angle of 319.09º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB99C6 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB219153198-
CMYK00.300.100.14
HSL319.09º47.83%72.94%-
HSV(B)319.09º30.14%85.88%-
XYZ50.841.9258.84-
YUV177.86139.37157.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.42%
GREEN value IS 153 (60.16% from 255) = 26.84%
BLUE value IS 198 (77.73% from 255) = 34.74%
R=38.42%
G=26.84%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915319800.300.100.14319.0947.8372.94
HexDB99C601EAE13f3049
Octal333231306036121647760111
Binary110110111001100111000110011110101011101001111111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB99C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB99C6; }

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

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

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

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

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

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

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

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