#DB99C7

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

Shades of Shocking #DB99C7

Tints of Shocking #DB99C7

Color information

#DB99C7 (or 0xDB99C7) is unknown color: approx Shocking. HEX triplet: DB, 99 and C7. RGB value is (219,153,199). Sum of RGB (Red+Green+Blue) = 219+153+199=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99C7 is #246638. Grayscale: #B1B1B1. Windows color (decimal): -2385465 or 13081051. OLE color: 13081051.

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

Color convert

RGB219153199-
CMYK00.300.090.14
HSL318.18º47.83%72.94%-
HSV(B)318.18º30.14%85.88%-
XYZ50.9141.9759.45-
YUV177.98139.87157.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 153 (60.16% from 255) = 26.80%
BLUE value IS 199 (78.12% from 255) = 34.85%
R=38.35%
G=26.80%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915319900.300.090.14318.1847.8372.94
HexDB99C701E9E13e3049
Octal333231307036111647660111
Binary110110111001100111000111011110100111101001111101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB99C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB99C7; }

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

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

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

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

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

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

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

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