Shades of Shocking #DF97BD
Tints of Shocking #DF97BD
RGB
CMYK
RGB Variations
Color information
#DF97BD (or 0xDF97BD) is known color: Shocking. HEX triplet: DF, 97 and BD. RGB value is (223,151,189). Sum of RGB (Red+Green+Blue) = 223+151+189=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF97BD is #206842. Grayscale: #B0B0B0. Windows color (decimal): -2123843 or 12425183. OLE color: 12425183.
HSL color Cylindrical-coordinate representation of color #DF97BD: hue angle of 328.33º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF97BD is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 189 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.13 |
| HSL | 328.33º | 0.53% | 0.73% | - |
| HSV(B) | 328.33º | 0.32% | 0.87% | - |
| XYZ | 50.68 | 41.5 | 53.48 | - |
| YUV | 176.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 189 | 0 | 0.32 | 0.15 | 0.13 | 328.33 | 0.53 | 0.73 |
| Hex | DF | 97 | BD | 0 | 20 | F | D | 148 | 35 | 49 |
| Octal | 337 | 227 | 275 | 0 | 40 | 17 | 15 | 510 | 65 | 111 |
| Binary | 11011111 | 10010111 | 10111101 | 0 | 100000 | 1111 | 1101 | 101001000 | 110101 | 1001001 |
Color Harmonies of #DF97BD
Complementary color
Monochromatic Colors of #DF97BD
Black with #DF97BD
Text Example
Text Example
White with #DF97BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF97BD; }
p { color: rgb(223,151,189); }
H1.HeaderClassName
{
color: #DF97BD;
}
.AnyTagClassName
{
color: #DF97BD;
}
</style>
background-color css
<style>
a { background-color: #DF97BD; }
a { background-color: rgb(223,151,189); }
div.DivClassName
{
background-color: #DF97BD;
}
.BgClassName
{
background-color: #DF97BD;
}
</style>
border-color css
<style>
span { border-color: #DF97BD; }
span { border-color: rgb(223,151,189); }
td.TdClassName
{
border-color: #DF97BD;
}
.TagClassName
{
border-color: #DF97BD;
}
</style>