Shades of Shocking Pink #DD15B7
Tints of Shocking Pink #DD15B7
RGB
CMYK
RGB Variations
Color information
#DD15B7 (or 0xDD15B7) is known color: Shocking Pink. HEX triplet: DD, 15 and B7. RGB value is (221,21,183). Sum of RGB (Red+Green+Blue) = 221+21+183=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 21 (8.59% from 255 or 4.94% from 425); Blue value is 183 (71.88% from 255 or 43.06% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD15B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD15B7 is #22EA48. Grayscale: #626262. Windows color (decimal): -2288201 or 11998685. OLE color: 11998685.
HSL color Cylindrical-coordinate representation of color #DD15B7: hue angle of 311.4º 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 #DD15B7 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 21 | 183 | - |
CMYK | 0 | 0.90 | 0.17 | 0.13 |
HSL | 311.4º | 0.83% | 0.47% | - |
HSV(B) | 311.4º | 0.9% | 0.87% | - |
XYZ | 38.63 | 19.33 | 46.49 | - |
YUV | 99.27 | 175.26 | 214.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 21 | 183 | 0 | 0.90 | 0.17 | 0.13 | 311.4 | 0.83 | 0.47 |
Hex | DD | 15 | B7 | 0 | 5A | 11 | D | 137 | 53 | 2F |
Octal | 335 | 25 | 267 | 0 | 132 | 21 | 15 | 467 | 123 | 57 |
Binary | 11011101 | 10101 | 10110111 | 0 | 1011010 | 10001 | 1101 | 100110111 | 1010011 | 101111 |
Color Harmonies of #DD15B7
Complementary color
Monochromatic Colors of #DD15B7
Black with #DD15B7
Text Example
Text Example
White with #DD15B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD15B7; }
p { color: rgb(221,21,183); }
H1.HeaderClassName
{
color: #DD15B7;
}
.AnyTagClassName
{
color: #DD15B7;
}
</style>
background-color css
<style>
a { background-color: #DD15B7; }
a { background-color: rgb(221,21,183); }
div.DivClassName
{
background-color: #DD15B7;
}
.BgClassName
{
background-color: #DD15B7;
}
</style>
border-color css
<style>
span { border-color: #DD15B7; }
span { border-color: rgb(221,21,183); }
td.TdClassName
{
border-color: #DD15B7;
}
.TagClassName
{
border-color: #DD15B7;
}
</style>