Shades of Shocking Pink #DD13B4
Tints of Shocking Pink #DD13B4
RGB
CMYK
RGB Variations
Color information
#DD13B4 (or 0xDD13B4) is known color: Shocking Pink. HEX triplet: DD, 13 and B4. RGB value is (221,19,180). Sum of RGB (Red+Green+Blue) = 221+19+180=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD13B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD13B4 is #22EC4B. Grayscale: #616161. Windows color (decimal): -2288716 or 11801565. OLE color: 11801565.
HSL color Cylindrical-coordinate representation of color #DD13B4: hue angle of 312.18º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD13B4 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 180 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.13 |
| HSL | 312.18º | 0.84% | 0.47% | - |
| HSV(B) | 312.18º | 0.91% | 0.87% | - |
| XYZ | 38.29 | 19.13 | 44.85 | - |
| YUV | 97.75 | 174.42 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 180 | 0 | 0.91 | 0.19 | 0.13 | 312.18 | 0.84 | 0.47 |
| Hex | DD | 13 | B4 | 0 | 5B | 13 | D | 138 | 54 | 2F |
| Octal | 335 | 23 | 264 | 0 | 133 | 23 | 15 | 470 | 124 | 57 |
| Binary | 11011101 | 10011 | 10110100 | 0 | 1011011 | 10011 | 1101 | 100111000 | 1010100 | 101111 |
Color Harmonies of #DD13B4
Complementary color
Monochromatic Colors of #DD13B4
Black with #DD13B4
Text Example
Text Example
White with #DD13B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD13B4; }
p { color: rgb(221,19,180); }
H1.HeaderClassName
{
color: #DD13B4;
}
.AnyTagClassName
{
color: #DD13B4;
}
</style>
background-color css
<style>
a { background-color: #DD13B4; }
a { background-color: rgb(221,19,180); }
div.DivClassName
{
background-color: #DD13B4;
}
.BgClassName
{
background-color: #DD13B4;
}
</style>
border-color css
<style>
span { border-color: #DD13B4; }
span { border-color: rgb(221,19,180); }
td.TdClassName
{
border-color: #DD13B4;
}
.TagClassName
{
border-color: #DD13B4;
}
</style>