#DB94BB

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

Shades of Shocking #DB94BB

Tints of Shocking #DB94BB

Color information

#DB94BB (or 0xDB94BB) is unknown color: approx Shocking. HEX triplet: DB, 94 and BB. RGB value is (219,148,187). Sum of RGB (Red+Green+Blue) = 219+148+187=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB94BB is #246B44. Grayscale: #ADADAD. Windows color (decimal): -2386757 or 12293339. OLE color: 12293339.

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

Color convert

RGB219148187-
CMYK00.320.150.14
HSL327.04º49.65%71.96%-
HSV(B)327.04º32.42%85.88%-
XYZ48.7739.8352.13-
YUV173.68135.52160.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.53%
GREEN value IS 148 (58.20% from 255) = 26.71%
BLUE value IS 187 (73.44% from 255) = 33.75%
R=39.53%
G=26.71%
B=33.75%

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
Decimal21914818700.320.150.14327.0449.6571.96
HexDB94BB020FE1473248
Octal333224273040171650762110
Binary1101101110010100101110110100000111111101010001111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB94BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB94BB; }

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

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

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

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

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

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

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

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