Shades of Shocking #DF90C4
Tints of Shocking #DF90C4
RGB
CMYK
RGB Variations
Color information
#DF90C4 (or 0xDF90C4) is known color: Shocking. HEX triplet: DF, 90 and C4. RGB value is (223,144,196). Sum of RGB (Red+Green+Blue) = 223+144+196=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DF90C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF90C4 is #206F3B. Grayscale: #ADADAD. Windows color (decimal): -2125628 or 12882143. OLE color: 12882143.
HSL color Cylindrical-coordinate representation of color #DF90C4: hue angle of 320.51º 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 #DF90C4 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 196 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.13 |
| HSL | 320.51º | 0.55% | 0.72% | - |
| HSV(B) | 320.51º | 0.35% | 0.87% | - |
| XYZ | 50.37 | 39.62 | 57.22 | - |
| YUV | 173.55 | 140.67 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 196 | 0 | 0.35 | 0.12 | 0.13 | 320.51 | 0.55 | 0.72 |
| Hex | DF | 90 | C4 | 0 | 23 | C | D | 141 | 37 | 48 |
| Octal | 337 | 220 | 304 | 0 | 43 | 14 | 15 | 501 | 67 | 110 |
| Binary | 11011111 | 10010000 | 11000100 | 0 | 100011 | 1100 | 1101 | 101000001 | 110111 | 1001000 |
Color Harmonies of #DF90C4
Complementary color
Monochromatic Colors of #DF90C4
Black with #DF90C4
Text Example
Text Example
White with #DF90C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90C4; }
p { color: rgb(223,144,196); }
H1.HeaderClassName
{
color: #DF90C4;
}
.AnyTagClassName
{
color: #DF90C4;
}
</style>
background-color css
<style>
a { background-color: #DF90C4; }
a { background-color: rgb(223,144,196); }
div.DivClassName
{
background-color: #DF90C4;
}
.BgClassName
{
background-color: #DF90C4;
}
</style>
border-color css
<style>
span { border-color: #DF90C4; }
span { border-color: rgb(223,144,196); }
td.TdClassName
{
border-color: #DF90C4;
}
.TagClassName
{
border-color: #DF90C4;
}
</style>