Shades of Shocking Pink #D720B5
Tints of Shocking Pink #D720B5
RGB
CMYK
RGB Variations
Color information
#D720B5 (or 0xD720B5) is known color: Shocking Pink. HEX triplet: D7, 20 and B5. RGB value is (215,32,181). Sum of RGB (Red+Green+Blue) = 215+32+181=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 32 (12.89% from 255 or 7.48% from 428); Blue value is 181 (71.09% from 255 or 42.29% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D720B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D720B5 is #28DF4A. Grayscale: #676767. Windows color (decimal): -2678603 or 11870423. OLE color: 11870423.
HSL color Cylindrical-coordinate representation of color #D720B5: hue angle of 311.15º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D720B5 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 181 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.16 |
| HSL | 311.15º | 0.74% | 0.48% | - |
| HSV(B) | 311.15º | 0.85% | 0.84% | - |
| XYZ | 36.88 | 18.82 | 45.4 | - |
| YUV | 103.7 | 171.63 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 181 | 0 | 0.85 | 0.16 | 0.16 | 311.15 | 0.74 | 0.48 |
| Hex | D7 | 20 | B5 | 0 | 55 | 10 | 10 | 137 | 4A | 30 |
| Octal | 327 | 40 | 265 | 0 | 125 | 20 | 20 | 467 | 112 | 60 |
| Binary | 11010111 | 100000 | 10110101 | 0 | 1010101 | 10000 | 10000 | 100110111 | 1001010 | 110000 |
Color Harmonies of #D720B5
Complementary color
Monochromatic Colors of #D720B5
Black with #D720B5
Text Example
Text Example
White with #D720B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D720B5; }
p { color: rgb(215,32,181); }
H1.HeaderClassName
{
color: #D720B5;
}
.AnyTagClassName
{
color: #D720B5;
}
</style>
background-color css
<style>
a { background-color: #D720B5; }
a { background-color: rgb(215,32,181); }
div.DivClassName
{
background-color: #D720B5;
}
.BgClassName
{
background-color: #D720B5;
}
</style>
border-color css
<style>
span { border-color: #D720B5; }
span { border-color: rgb(215,32,181); }
td.TdClassName
{
border-color: #D720B5;
}
.TagClassName
{
border-color: #D720B5;
}
</style>