#DB99C4

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

Shades of Shocking #DB99C4

Tints of Shocking #DB99C4

Color information

#DB99C4 (or 0xDB99C4) is unknown color: approx Shocking. HEX triplet: DB, 99 and C4. RGB value is (219,153,196). Sum of RGB (Red+Green+Blue) = 219+153+196=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99C4 is #24663B. Grayscale: #B1B1B1. Windows color (decimal): -2385468 or 12884443. OLE color: 12884443.

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

Color convert

RGB219153196-
CMYK00.300.110.14
HSL320.91º47.83%72.94%-
HSV(B)320.91º30.14%85.88%-
XYZ50.5741.8357.63-
YUV177.64138.37157.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 153 (60.16% from 255) = 26.94%
BLUE value IS 196 (76.95% from 255) = 34.51%
R=38.56%
G=26.94%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915319600.300.110.14320.9147.8372.94
HexDB99C401EBE1413049
Octal333231304036131650160111
Binary110110111001100111000100011110101111101010000011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB99C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB99C4; }

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

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

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

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

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

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

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

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