Shades of Shocking #DF9ABE
Tints of Shocking #DF9ABE
RGB
CMYK
RGB Variations
Color information
#DF9ABE (or 0xDF9ABE) is known color: Shocking. HEX triplet: DF, 9A and BE. RGB value is (223,154,190). Sum of RGB (Red+Green+Blue) = 223+154+190=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 154 (60.55% from 255 or 27.16% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ABE is #206541. Grayscale: #B2B2B2. Windows color (decimal): -2123074 or 12491487. OLE color: 12491487.
HSL color Cylindrical-coordinate representation of color #DF9ABE: hue angle of 328.7º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9ABE is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 190 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.13 |
| HSL | 328.7º | 0.52% | 0.74% | - |
| HSV(B) | 328.7º | 0.31% | 0.87% | - |
| XYZ | 51.28 | 42.52 | 54.22 | - |
| YUV | 178.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 190 | 0 | 0.31 | 0.15 | 0.13 | 328.7 | 0.52 | 0.74 |
| Hex | DF | 9A | BE | 0 | 1F | F | D | 149 | 34 | 4A |
| Octal | 337 | 232 | 276 | 0 | 37 | 17 | 15 | 511 | 64 | 112 |
| Binary | 11011111 | 10011010 | 10111110 | 0 | 11111 | 1111 | 1101 | 101001001 | 110100 | 1001010 |
Color Harmonies of #DF9ABE
Complementary color
Monochromatic Colors of #DF9ABE
Black with #DF9ABE
Text Example
Text Example
White with #DF9ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9ABE; }
p { color: rgb(223,154,190); }
H1.HeaderClassName
{
color: #DF9ABE;
}
.AnyTagClassName
{
color: #DF9ABE;
}
</style>
background-color css
<style>
a { background-color: #DF9ABE; }
a { background-color: rgb(223,154,190); }
div.DivClassName
{
background-color: #DF9ABE;
}
.BgClassName
{
background-color: #DF9ABE;
}
</style>
border-color css
<style>
span { border-color: #DF9ABE; }
span { border-color: rgb(223,154,190); }
td.TdClassName
{
border-color: #DF9ABE;
}
.TagClassName
{
border-color: #DF9ABE;
}
</style>