#DB9FBE

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

Shades of Shocking #DB9FBE

Tints of Shocking #DB9FBE

Color information

#DB9FBE (or 0xDB9FBE) is unknown color: approx Shocking. HEX triplet: DB, 9F and BE. RGB value is (219,159,190). Sum of RGB (Red+Green+Blue) = 219+159+190=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FBE is #246041. Grayscale: #B4B4B4. Windows color (decimal): -2383938 or 12492763. OLE color: 12492763.

HSL color Cylindrical-coordinate representation of color #DB9FBE: hue angle of 329º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DB9FBE is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB219159190-
CMYK00.270.130.14
HSL329º45.45%74.12%-
HSV(B)329º27.4%85.88%-
XYZ50.9143.5754.44-
YUV180.47133.38155.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 159 (62.5% from 255) = 27.99%
BLUE value IS 190 (74.61% from 255) = 33.45%
R=38.56%
G=27.99%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915919000.270.130.1432945.4574.12
HexDB9FBE01BDE1492d4a
Octal333237276033151651155112
Binary110110111001111110111110011011110111101010010011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9FBE; }

 p { color: rgb(219,159,190); }

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

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

 a { background-color: rgb(219,159,190); }

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

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

 span { border-color: rgb(219,159,190); }

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