Shades of Shocking #DB9FBD
Tints of Shocking #DB9FBD
RGB
CMYK
RGB Variations
Color information
#DB9FBD (or 0xDB9FBD) is known color: Shocking. HEX triplet: DB, 9F and BD. RGB value is (219,159,189). Sum of RGB (Red+Green+Blue) = 219+159+189=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FBD is #246042. Grayscale: #B4B4B4. Windows color (decimal): -2383939 or 12427227. OLE color: 12427227.
HSL color Cylindrical-coordinate representation of color #DB9FBD: hue angle of 330º 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 #DB9FBD is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 159 | 189 | - |
CMYK | 0 | 0.27 | 0.14 | 0.14 |
HSL | 330º | 0.45% | 0.74% | - |
HSV(B) | 330º | 0.27% | 0.86% | - |
XYZ | 50.8 | 43.53 | 53.87 | - |
YUV | 180.36 | 132.88 | 155.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 159 | 189 | 0 | 0.27 | 0.14 | 0.14 | 330 | 0.45 | 0.74 |
Hex | DB | 9F | BD | 0 | 1B | E | E | 14A | 2D | 4A |
Octal | 333 | 237 | 275 | 0 | 33 | 16 | 16 | 512 | 55 | 112 |
Binary | 11011011 | 10011111 | 10111101 | 0 | 11011 | 1110 | 1110 | 101001010 | 101101 | 1001010 |
Color Harmonies of #DB9FBD
Complementary color
Monochromatic Colors of #DB9FBD
Black with #DB9FBD
Text Example
Text Example
White with #DB9FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FBD; }
p { color: rgb(219,159,189); }
H1.HeaderClassName
{
color: #DB9FBD;
}
.AnyTagClassName
{
color: #DB9FBD;
}
</style>
background-color css
<style>
a { background-color: #DB9FBD; }
a { background-color: rgb(219,159,189); }
div.DivClassName
{
background-color: #DB9FBD;
}
.BgClassName
{
background-color: #DB9FBD;
}
</style>
border-color css
<style>
span { border-color: #DB9FBD; }
span { border-color: rgb(219,159,189); }
td.TdClassName
{
border-color: #DB9FBD;
}
.TagClassName
{
border-color: #DB9FBD;
}
</style>