Shades of Shocking #DD88C2
Tints of Shocking #DD88C2
RGB
CMYK
RGB Variations
Color information
#DD88C2 (or 0xDD88C2) is known color: Shocking. HEX triplet: DD, 88 and C2. RGB value is (221,136,194). Sum of RGB (Red+Green+Blue) = 221+136+194=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 136 (53.52% from 255 or 24.68% from 551); Blue value is 194 (76.17% from 255 or 35.21% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88C2 is #22773D. Grayscale: #A7A7A7. Windows color (decimal): -2258750 or 12749021. OLE color: 12749021.
HSL color Cylindrical-coordinate representation of color #DD88C2: hue angle of 319.06º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD88C2 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 194 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.13 |
| HSL | 319.06º | 0.56% | 0.7% | - |
| HSV(B) | 319.06º | 0.38% | 0.87% | - |
| XYZ | 48.36 | 36.88 | 55.61 | - |
| YUV | 168.03 | 142.66 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 194 | 0 | 0.38 | 0.12 | 0.13 | 319.06 | 0.56 | 0.7 |
| Hex | DD | 88 | C2 | 0 | 26 | C | D | 13F | 38 | 46 |
| Octal | 335 | 210 | 302 | 0 | 46 | 14 | 15 | 477 | 70 | 106 |
| Binary | 11011101 | 10001000 | 11000010 | 0 | 100110 | 1100 | 1101 | 100111111 | 111000 | 1000110 |
Color Harmonies of #DD88C2
Complementary color
Monochromatic Colors of #DD88C2
Black with #DD88C2
Text Example
Text Example
White with #DD88C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD88C2; }
p { color: rgb(221,136,194); }
H1.HeaderClassName
{
color: #DD88C2;
}
.AnyTagClassName
{
color: #DD88C2;
}
</style>
background-color css
<style>
a { background-color: #DD88C2; }
a { background-color: rgb(221,136,194); }
div.DivClassName
{
background-color: #DD88C2;
}
.BgClassName
{
background-color: #DD88C2;
}
</style>
border-color css
<style>
span { border-color: #DD88C2; }
span { border-color: rgb(221,136,194); }
td.TdClassName
{
border-color: #DD88C2;
}
.TagClassName
{
border-color: #DD88C2;
}
</style>