Shades of Shocking #DF90BB
Tints of Shocking #DF90BB
RGB
CMYK
RGB Variations
Color information
#DF90BB (or 0xDF90BB) is known color: Shocking. HEX triplet: DF, 90 and BB. RGB value is (223,144,187). Sum of RGB (Red+Green+Blue) = 223+144+187=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF90BB is #206F44. Grayscale: #ACACAC. Windows color (decimal): -2125637 or 12292319. OLE color: 12292319.
HSL color Cylindrical-coordinate representation of color #DF90BB: hue angle of 327.34º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF90BB is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 187 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.13 |
| HSL | 327.34º | 0.55% | 0.72% | - |
| HSV(B) | 327.34º | 0.35% | 0.87% | - |
| XYZ | 49.37 | 39.22 | 51.98 | - |
| YUV | 172.52 | 136.17 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 187 | 0 | 0.35 | 0.16 | 0.13 | 327.34 | 0.55 | 0.72 |
| Hex | DF | 90 | BB | 0 | 23 | 10 | D | 147 | 37 | 48 |
| Octal | 337 | 220 | 273 | 0 | 43 | 20 | 15 | 507 | 67 | 110 |
| Binary | 11011111 | 10010000 | 10111011 | 0 | 100011 | 10000 | 1101 | 101000111 | 110111 | 1001000 |
Color Harmonies of #DF90BB
Complementary color
Monochromatic Colors of #DF90BB
Black with #DF90BB
Text Example
Text Example
White with #DF90BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90BB; }
p { color: rgb(223,144,187); }
H1.HeaderClassName
{
color: #DF90BB;
}
.AnyTagClassName
{
color: #DF90BB;
}
</style>
background-color css
<style>
a { background-color: #DF90BB; }
a { background-color: rgb(223,144,187); }
div.DivClassName
{
background-color: #DF90BB;
}
.BgClassName
{
background-color: #DF90BB;
}
</style>
border-color css
<style>
span { border-color: #DF90BB; }
span { border-color: rgb(223,144,187); }
td.TdClassName
{
border-color: #DF90BB;
}
.TagClassName
{
border-color: #DF90BB;
}
</style>