#DB95BB

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

Shades of Shocking #DB95BB

Tints of Shocking #DB95BB

Color information

#DB95BB (or 0xDB95BB) is unknown color: approx Shocking. HEX triplet: DB, 95 and BB. RGB value is (219,149,187). Sum of RGB (Red+Green+Blue) = 219+149+187=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95BB is #246A44. Grayscale: #AEAEAE. Windows color (decimal): -2386501 or 12293595. OLE color: 12293595.

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

Color convert

RGB219149187-
CMYK00.320.150.14
HSL327.43º49.3%72.16%-
HSV(B)327.43º31.96%85.88%-
XYZ48.9340.1452.18-
YUV174.26135.19159.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.46%
GREEN value IS 149 (58.59% from 255) = 26.85%
BLUE value IS 187 (73.44% from 255) = 33.69%
R=39.46%
G=26.85%
B=33.69%

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
Decimal21914918700.320.150.14327.4349.372.16
HexDB95BB020FE1473148
Octal333225273040171650761110
Binary1101101110010101101110110100000111111101010001111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB95BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB95BB; }

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

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

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

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

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

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

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

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