#DB99C5

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

Shades of Shocking #DB99C5

Tints of Shocking #DB99C5

Color information

#DB99C5 (or 0xDB99C5) is unknown color: approx Shocking. HEX triplet: DB, 99 and C5. RGB value is (219,153,197). Sum of RGB (Red+Green+Blue) = 219+153+197=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99C5 is #24663A. Grayscale: #B1B1B1. Windows color (decimal): -2385467 or 12949979. OLE color: 12949979.

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

Color convert

RGB219153197-
CMYK00.300.100.14
HSL320º47.83%72.94%-
HSV(B)320º30.14%85.88%-
XYZ50.6841.8758.23-
YUV177.75138.87157.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.49%
GREEN value IS 153 (60.16% from 255) = 26.89%
BLUE value IS 197 (77.34% from 255) = 34.62%
R=38.49%
G=26.89%
B=34.62%

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
Decimal21915319700.300.100.1432047.8372.94
HexDB99C501EAE1403049
Octal333231305036121650060111
Binary110110111001100111000101011110101011101010000001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB99C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB99C5; }

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

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

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

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

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

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

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

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