Shades of Shocking Pink #DD0CB6
Tints of Shocking Pink #DD0CB6
RGB
CMYK
RGB Variations
Color information
#DD0CB6 (or 0xDD0CB6) is known color: Shocking Pink. HEX triplet: DD, 0C and B6. RGB value is (221,12,182). Sum of RGB (Red+Green+Blue) = 221+12+182=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 182 (71.48% from 255 or 43.86% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CB6 is #22F349. Grayscale: #5D5D5D. Windows color (decimal): -2290506 or 11930845. OLE color: 11930845.
HSL color Cylindrical-coordinate representation of color #DD0CB6: hue angle of 311.2º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0CB6 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 182 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.13 |
| HSL | 311.2º | 0.9% | 0.46% | - |
| HSV(B) | 311.2º | 0.95% | 0.87% | - |
| XYZ | 38.39 | 19.01 | 45.9 | - |
| YUV | 93.87 | 177.74 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 182 | 0 | 0.95 | 0.18 | 0.13 | 311.2 | 0.9 | 0.46 |
| Hex | DD | C | B6 | 0 | 5F | 12 | D | 137 | 5A | 2E |
| Octal | 335 | 14 | 266 | 0 | 137 | 22 | 15 | 467 | 132 | 56 |
| Binary | 11011101 | 1100 | 10110110 | 0 | 1011111 | 10010 | 1101 | 100110111 | 1011010 | 101110 |
Color Harmonies of #DD0CB6
Complementary color
Monochromatic Colors of #DD0CB6
Black with #DD0CB6
Text Example
Text Example
White with #DD0CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0CB6; }
p { color: rgb(221,12,182); }
H1.HeaderClassName
{
color: #DD0CB6;
}
.AnyTagClassName
{
color: #DD0CB6;
}
</style>
background-color css
<style>
a { background-color: #DD0CB6; }
a { background-color: rgb(221,12,182); }
div.DivClassName
{
background-color: #DD0CB6;
}
.BgClassName
{
background-color: #DD0CB6;
}
</style>
border-color css
<style>
span { border-color: #DD0CB6; }
span { border-color: rgb(221,12,182); }
td.TdClassName
{
border-color: #DD0CB6;
}
.TagClassName
{
border-color: #DD0CB6;
}
</style>