Shades of Shocking Pink #DD24B9
Tints of Shocking Pink #DD24B9
RGB
CMYK
RGB Variations
Color information
#DD24B9 (or 0xDD24B9) is known color: Shocking Pink. HEX triplet: DD, 24 and B9. RGB value is (221,36,185). Sum of RGB (Red+Green+Blue) = 221+36+185=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 36 (14.45% from 255 or 8.14% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD24B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD24B9 is #22DB46. Grayscale: #6B6B6B. Windows color (decimal): -2284359 or 12133597. OLE color: 12133597.
HSL color Cylindrical-coordinate representation of color #DD24B9: hue angle of 311.68º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD24B9 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 185 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.13 |
| HSL | 311.68º | 0.73% | 0.5% | - |
| HSV(B) | 311.68º | 0.84% | 0.87% | - |
| XYZ | 39.21 | 20.14 | 47.72 | - |
| YUV | 108.3 | 171.29 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 185 | 0 | 0.84 | 0.16 | 0.13 | 311.68 | 0.73 | 0.5 |
| Hex | DD | 24 | B9 | 0 | 54 | 10 | D | 138 | 49 | 32 |
| Octal | 335 | 44 | 271 | 0 | 124 | 20 | 15 | 470 | 111 | 62 |
| Binary | 11011101 | 100100 | 10111001 | 0 | 1010100 | 10000 | 1101 | 100111000 | 1001001 | 110010 |
Color Harmonies of #DD24B9
Complementary color
Monochromatic Colors of #DD24B9
Black with #DD24B9
Text Example
Text Example
White with #DD24B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD24B9; }
p { color: rgb(221,36,185); }
H1.HeaderClassName
{
color: #DD24B9;
}
.AnyTagClassName
{
color: #DD24B9;
}
</style>
background-color css
<style>
a { background-color: #DD24B9; }
a { background-color: rgb(221,36,185); }
div.DivClassName
{
background-color: #DD24B9;
}
.BgClassName
{
background-color: #DD24B9;
}
</style>
border-color css
<style>
span { border-color: #DD24B9; }
span { border-color: rgb(221,36,185); }
td.TdClassName
{
border-color: #DD24B9;
}
.TagClassName
{
border-color: #DD24B9;
}
</style>