Shades of Shocking #DC99CA
Tints of Shocking #DC99CA
RGB
CMYK
RGB Variations
Color information
#DC99CA (or 0xDC99CA) is known color: Shocking. HEX triplet: DC, 99 and CA. RGB value is (220,153,202). Sum of RGB (Red+Green+Blue) = 220+153+202=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99CA is #236635. Grayscale: #B2B2B2. Windows color (decimal): -2319926 or 13277660. OLE color: 13277660.
HSL color Cylindrical-coordinate representation of color #DC99CA: hue angle of 316.12º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC99CA is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 202 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.14 |
| HSL | 316.12º | 0.49% | 0.73% | - |
| HSV(B) | 316.12º | 0.3% | 0.86% | - |
| XYZ | 51.57 | 42.26 | 61.32 | - |
| YUV | 178.62 | 141.2 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 202 | 0 | 0.30 | 0.08 | 0.14 | 316.12 | 0.49 | 0.73 |
| Hex | DC | 99 | CA | 0 | 1E | 8 | E | 13C | 31 | 49 |
| Octal | 334 | 231 | 312 | 0 | 36 | 10 | 16 | 474 | 61 | 111 |
| Binary | 11011100 | 10011001 | 11001010 | 0 | 11110 | 1000 | 1110 | 100111100 | 110001 | 1001001 |
Color Harmonies of #DC99CA
Complementary color
Monochromatic Colors of #DC99CA
Black with #DC99CA
Text Example
Text Example
White with #DC99CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99CA; }
p { color: rgb(220,153,202); }
H1.HeaderClassName
{
color: #DC99CA;
}
.AnyTagClassName
{
color: #DC99CA;
}
</style>
background-color css
<style>
a { background-color: #DC99CA; }
a { background-color: rgb(220,153,202); }
div.DivClassName
{
background-color: #DC99CA;
}
.BgClassName
{
background-color: #DC99CA;
}
</style>
border-color css
<style>
span { border-color: #DC99CA; }
span { border-color: rgb(220,153,202); }
td.TdClassName
{
border-color: #DC99CA;
}
.TagClassName
{
border-color: #DC99CA;
}
</style>