#DB95B6

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

Shades of Shocking #DB95B6

Tints of Shocking #DB95B6

Color information

#DB95B6 (or 0xDB95B6) is unknown color: approx Shocking. HEX triplet: DB, 95 and B6. RGB value is (219,149,182). Sum of RGB (Red+Green+Blue) = 219+149+182=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95B6 is #246A49. Grayscale: #ADADAD. Windows color (decimal): -2386506 or 11965915. OLE color: 11965915.

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

Color convert

RGB219149182-
CMYK00.320.170.14
HSL331.71º49.3%72.16%-
HSV(B)331.71º31.96%85.88%-
XYZ48.439.9349.41-
YUV173.69132.69160.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.82%
GREEN value IS 149 (58.59% from 255) = 27.09%
BLUE value IS 182 (71.48% from 255) = 33.09%
R=39.82%
G=27.09%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914918200.320.170.14331.7149.372.16
HexDB95B602011E14c3148
Octal333225266040211651461110
Binary11011011100101011011011001000001000111101010011001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB95B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB95B6; }

 p { color: rgb(219,149,182); }

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

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

 a { background-color: rgb(219,149,182); }

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

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

 span { border-color: rgb(219,149,182); }

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