Shades of Shocking Pink #DD15B4
Tints of Shocking Pink #DD15B4
RGB
CMYK
RGB Variations
Color information
#DD15B4 (or 0xDD15B4) is known color: Shocking Pink. HEX triplet: DD, 15 and B4. RGB value is (221,21,180). Sum of RGB (Red+Green+Blue) = 221+21+180=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD15B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD15B4 is #22EA4B. Grayscale: #626262. Windows color (decimal): -2288204 or 11802077. OLE color: 11802077.
HSL color Cylindrical-coordinate representation of color #DD15B4: hue angle of 312.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD15B4 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 180 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.13 |
| HSL | 312.3º | 0.83% | 0.47% | - |
| HSV(B) | 312.3º | 0.9% | 0.87% | - |
| XYZ | 38.33 | 19.2 | 44.87 | - |
| YUV | 98.93 | 173.76 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 180 | 0 | 0.90 | 0.19 | 0.13 | 312.3 | 0.83 | 0.47 |
| Hex | DD | 15 | B4 | 0 | 5A | 13 | D | 138 | 53 | 2F |
| Octal | 335 | 25 | 264 | 0 | 132 | 23 | 15 | 470 | 123 | 57 |
| Binary | 11011101 | 10101 | 10110100 | 0 | 1011010 | 10011 | 1101 | 100111000 | 1010011 | 101111 |
Color Harmonies of #DD15B4
Complementary color
Monochromatic Colors of #DD15B4
Black with #DD15B4
Text Example
Text Example
White with #DD15B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD15B4; }
p { color: rgb(221,21,180); }
H1.HeaderClassName
{
color: #DD15B4;
}
.AnyTagClassName
{
color: #DD15B4;
}
</style>
background-color css
<style>
a { background-color: #DD15B4; }
a { background-color: rgb(221,21,180); }
div.DivClassName
{
background-color: #DD15B4;
}
.BgClassName
{
background-color: #DD15B4;
}
</style>
border-color css
<style>
span { border-color: #DD15B4; }
span { border-color: rgb(221,21,180); }
td.TdClassName
{
border-color: #DD15B4;
}
.TagClassName
{
border-color: #DD15B4;
}
</style>