Shades of Shocking #DF99CA
Tints of Shocking #DF99CA
RGB
CMYK
RGB Variations
Color information
#DF99CA (or 0xDF99CA) is known color: Shocking. HEX triplet: DF, 99 and CA. RGB value is (223,153,202). Sum of RGB (Red+Green+Blue) = 223+153+202=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99CA is #206635. Grayscale: #B3B3B3. Windows color (decimal): -2123318 or 13277663. OLE color: 13277663.
HSL color Cylindrical-coordinate representation of color #DF99CA: hue angle of 318º 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 #DF99CA is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 202 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.13 |
| HSL | 318º | 0.52% | 0.74% | - |
| HSV(B) | 318º | 0.31% | 0.87% | - |
| XYZ | 52.48 | 42.73 | 61.36 | - |
| YUV | 179.52 | 140.69 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 202 | 0 | 0.31 | 0.09 | 0.13 | 318 | 0.52 | 0.74 |
| Hex | DF | 99 | CA | 0 | 1F | 9 | D | 13E | 34 | 4A |
| Octal | 337 | 231 | 312 | 0 | 37 | 11 | 15 | 476 | 64 | 112 |
| Binary | 11011111 | 10011001 | 11001010 | 0 | 11111 | 1001 | 1101 | 100111110 | 110100 | 1001010 |
Color Harmonies of #DF99CA
Complementary color
Monochromatic Colors of #DF99CA
Black with #DF99CA
Text Example
Text Example
White with #DF99CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99CA; }
p { color: rgb(223,153,202); }
H1.HeaderClassName
{
color: #DF99CA;
}
.AnyTagClassName
{
color: #DF99CA;
}
</style>
background-color css
<style>
a { background-color: #DF99CA; }
a { background-color: rgb(223,153,202); }
div.DivClassName
{
background-color: #DF99CA;
}
.BgClassName
{
background-color: #DF99CA;
}
</style>
border-color css
<style>
span { border-color: #DF99CA; }
span { border-color: rgb(223,153,202); }
td.TdClassName
{
border-color: #DF99CA;
}
.TagClassName
{
border-color: #DF99CA;
}
</style>