#DB95BA

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

Shades of Shocking #DB95BA

Tints of Shocking #DB95BA

Color information

#DB95BA (or 0xDB95BA) is unknown color: approx Shocking. HEX triplet: DB, 95 and BA. RGB value is (219,149,186). Sum of RGB (Red+Green+Blue) = 219+149+186=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95BA is #246A45. Grayscale: #AEAEAE. Windows color (decimal): -2386502 or 12228059. OLE color: 12228059.

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

Color convert

RGB219149186-
CMYK00.320.150.14
HSL328.29º49.3%72.16%-
HSV(B)328.29º31.96%85.88%-
XYZ48.8240.151.62-
YUV174.15134.69159.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.53%
GREEN value IS 149 (58.59% from 255) = 26.90%
BLUE value IS 186 (73.05% from 255) = 33.57%
R=39.53%
G=26.90%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914918600.320.150.14328.2949.372.16
HexDB95BA020FE1483148
Octal333225272040171651061110
Binary1101101110010101101110100100000111111101010010001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB95BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB95BA; }

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

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

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

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

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

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

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

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