Shades of Shocking #DF8FCA
Tints of Shocking #DF8FCA
RGB
CMYK
RGB Variations
Color information
#DF8FCA (or 0xDF8FCA) is known color: Shocking. HEX triplet: DF, 8F and CA. RGB value is (223,143,202). Sum of RGB (Red+Green+Blue) = 223+143+202=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8FCA is #207035. Grayscale: #ADADAD. Windows color (decimal): -2125878 or 13275103. OLE color: 13275103.
HSL color Cylindrical-coordinate representation of color #DF8FCA: hue angle of 315.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF8FCA is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 202 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.13 |
| HSL | 315.75º | 0.56% | 0.72% | - |
| HSV(B) | 315.75º | 0.36% | 0.87% | - |
| XYZ | 50.91 | 39.6 | 60.84 | - |
| YUV | 173.65 | 144 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 202 | 0 | 0.36 | 0.09 | 0.13 | 315.75 | 0.56 | 0.72 |
| Hex | DF | 8F | CA | 0 | 24 | 9 | D | 13C | 38 | 48 |
| Octal | 337 | 217 | 312 | 0 | 44 | 11 | 15 | 474 | 70 | 110 |
| Binary | 11011111 | 10001111 | 11001010 | 0 | 100100 | 1001 | 1101 | 100111100 | 111000 | 1001000 |
Color Harmonies of #DF8FCA
Complementary color
Monochromatic Colors of #DF8FCA
Black with #DF8FCA
Text Example
Text Example
White with #DF8FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8FCA; }
p { color: rgb(223,143,202); }
H1.HeaderClassName
{
color: #DF8FCA;
}
.AnyTagClassName
{
color: #DF8FCA;
}
</style>
background-color css
<style>
a { background-color: #DF8FCA; }
a { background-color: rgb(223,143,202); }
div.DivClassName
{
background-color: #DF8FCA;
}
.BgClassName
{
background-color: #DF8FCA;
}
</style>
border-color css
<style>
span { border-color: #DF8FCA; }
span { border-color: rgb(223,143,202); }
td.TdClassName
{
border-color: #DF8FCA;
}
.TagClassName
{
border-color: #DF8FCA;
}
</style>