#DB96C7

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

Shades of Shocking #DB96C7

Tints of Shocking #DB96C7

Color information

#DB96C7 (or 0xDB96C7) is unknown color: approx Shocking. HEX triplet: DB, 96 and C7. RGB value is (219,150,199). Sum of RGB (Red+Green+Blue) = 219+150+199=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96C7 is #246938. Grayscale: #B0B0B0. Windows color (decimal): -2386233 or 13080283. OLE color: 13080283.

HSL color Cylindrical-coordinate representation of color #DB96C7: hue angle of 317.39º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB96C7 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB219150199-
CMYK00.320.090.14
HSL317.39º48.94%72.35%-
HSV(B)317.39º31.51%85.88%-
XYZ50.434159.29-
YUV176.22140.86158.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 150 (58.98% from 255) = 26.41%
BLUE value IS 199 (78.12% from 255) = 35.04%
R=38.56%
G=26.41%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915019900.320.090.14317.3948.9472.35
HexDB96C70209E13d3148
Octal333226307040111647561110
Binary1101101110010110110001110100000100111101001111011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB96C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB96C7; }

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

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

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

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

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

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

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

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