#DB96BC

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

Shades of Shocking #DB96BC

Tints of Shocking #DB96BC

Color information

#DB96BC (or 0xDB96BC) is unknown color: approx Shocking. HEX triplet: DB, 96 and BC. RGB value is (219,150,188). Sum of RGB (Red+Green+Blue) = 219+150+188=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96BC is #246943. Grayscale: #AEAEAE. Windows color (decimal): -2386244 or 12359387. OLE color: 12359387.

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

Color convert

RGB219150188-
CMYK00.320.140.14
HSL326.96º48.94%72.35%-
HSV(B)326.96º31.51%85.88%-
XYZ49.240.552.8-
YUV174.96135.36159.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.32%
GREEN value IS 150 (58.98% from 255) = 26.93%
BLUE value IS 188 (73.83% from 255) = 33.75%
R=39.32%
G=26.93%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915018800.320.140.14326.9648.9472.35
HexDB96BC020EE1473148
Octal333226274040161650761110
Binary1101101110010110101111000100000111011101010001111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB96BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB96BC; }

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

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

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

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

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

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

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

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