Shades of Shocking #DB97B5
Tints of Shocking #DB97B5
RGB
CMYK
RGB Variations
Color information
#DB97B5 (or 0xDB97B5) is known color: Shocking. HEX triplet: DB, 97 and B5. RGB value is (219,151,181). Sum of RGB (Red+Green+Blue) = 219+151+181=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DB97B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB97B5 is #24684A. Grayscale: #AEAEAE. Windows color (decimal): -2385995 or 11900891. OLE color: 11900891.
HSL color Cylindrical-coordinate representation of color #DB97B5: hue angle of 333.53º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB97B5 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 151 | 181 | - |
CMYK | 0 | 0.31 | 0.17 | 0.14 |
HSL | 333.53º | 0.49% | 0.73% | - |
HSV(B) | 333.53º | 0.31% | 0.86% | - |
XYZ | 48.62 | 40.53 | 48.98 | - |
YUV | 174.75 | 131.53 | 159.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 151 | 181 | 0 | 0.31 | 0.17 | 0.14 | 333.53 | 0.49 | 0.73 |
Hex | DB | 97 | B5 | 0 | 1F | 11 | E | 14E | 31 | 49 |
Octal | 333 | 227 | 265 | 0 | 37 | 21 | 16 | 516 | 61 | 111 |
Binary | 11011011 | 10010111 | 10110101 | 0 | 11111 | 10001 | 1110 | 101001110 | 110001 | 1001001 |
Color Harmonies of #DB97B5
Complementary color
Monochromatic Colors of #DB97B5
Black with #DB97B5
Text Example
Text Example
White with #DB97B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB97B5; }
p { color: rgb(219,151,181); }
H1.HeaderClassName
{
color: #DB97B5;
}
.AnyTagClassName
{
color: #DB97B5;
}
</style>
background-color css
<style>
a { background-color: #DB97B5; }
a { background-color: rgb(219,151,181); }
div.DivClassName
{
background-color: #DB97B5;
}
.BgClassName
{
background-color: #DB97B5;
}
</style>
border-color css
<style>
span { border-color: #DB97B5; }
span { border-color: rgb(219,151,181); }
td.TdClassName
{
border-color: #DB97B5;
}
.TagClassName
{
border-color: #DB97B5;
}
</style>