Shades of Shocking Pink #DD0BB4
Tints of Shocking Pink #DD0BB4
RGB
CMYK
RGB Variations
Color information
#DD0BB4 (or 0xDD0BB4) is known color: Shocking Pink. HEX triplet: DD, 0B and B4. RGB value is (221,11,180). Sum of RGB (Red+Green+Blue) = 221+11+180=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 11 (4.69% from 255 or 2.67% from 412); Blue value is 180 (70.70% from 255 or 43.69% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0BB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0BB4 is #22F44B. Grayscale: #5C5C5C. Windows color (decimal): -2290764 or 11799517. OLE color: 11799517.
HSL color Cylindrical-coordinate representation of color #DD0BB4: hue angle of 311.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0BB4 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 11 | 180 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.13 |
| HSL | 311.71º | 0.91% | 0.45% | - |
| HSV(B) | 311.71º | 0.95% | 0.87% | - |
| XYZ | 38.18 | 18.91 | 44.82 | - |
| YUV | 93.06 | 177.07 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 11 | 180 | 0 | 0.95 | 0.19 | 0.13 | 311.71 | 0.91 | 0.45 |
| Hex | DD | B | B4 | 0 | 5F | 13 | D | 138 | 5B | 2D |
| Octal | 335 | 13 | 264 | 0 | 137 | 23 | 15 | 470 | 133 | 55 |
| Binary | 11011101 | 1011 | 10110100 | 0 | 1011111 | 10011 | 1101 | 100111000 | 1011011 | 101101 |
Color Harmonies of #DD0BB4
Complementary color
Monochromatic Colors of #DD0BB4
Black with #DD0BB4
Text Example
Text Example
White with #DD0BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0BB4; }
p { color: rgb(221,11,180); }
H1.HeaderClassName
{
color: #DD0BB4;
}
.AnyTagClassName
{
color: #DD0BB4;
}
</style>
background-color css
<style>
a { background-color: #DD0BB4; }
a { background-color: rgb(221,11,180); }
div.DivClassName
{
background-color: #DD0BB4;
}
.BgClassName
{
background-color: #DD0BB4;
}
</style>
border-color css
<style>
span { border-color: #DD0BB4; }
span { border-color: rgb(221,11,180); }
td.TdClassName
{
border-color: #DD0BB4;
}
.TagClassName
{
border-color: #DD0BB4;
}
</style>