Shades of Shocking Pink #D723B7
Tints of Shocking Pink #D723B7
RGB
CMYK
RGB Variations
Color information
#D723B7 (or 0xD723B7) is known color: Shocking Pink. HEX triplet: D7, 23 and B7. RGB value is (215,35,183). Sum of RGB (Red+Green+Blue) = 215+35+183=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 35 (14.06% from 255 or 8.08% from 433); Blue value is 183 (71.88% from 255 or 42.26% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D723B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D723B7 is #28DC48. Grayscale: #696969. Windows color (decimal): -2677833 or 12002263. OLE color: 12002263.
HSL color Cylindrical-coordinate representation of color #D723B7: hue angle of 310.67º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D723B7 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 35 | 183 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.16 |
| HSL | 310.67º | 0.72% | 0.49% | - |
| HSV(B) | 310.67º | 0.84% | 0.84% | - |
| XYZ | 37.17 | 19.07 | 46.52 | - |
| YUV | 105.69 | 171.63 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 35 | 183 | 0 | 0.84 | 0.15 | 0.16 | 310.67 | 0.72 | 0.49 |
| Hex | D7 | 23 | B7 | 0 | 54 | F | 10 | 137 | 48 | 31 |
| Octal | 327 | 43 | 267 | 0 | 124 | 17 | 20 | 467 | 110 | 61 |
| Binary | 11010111 | 100011 | 10110111 | 0 | 1010100 | 1111 | 10000 | 100110111 | 1001000 | 110001 |
Color Harmonies of #D723B7
Complementary color
Monochromatic Colors of #D723B7
Black with #D723B7
Text Example
Text Example
White with #D723B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D723B7; }
p { color: rgb(215,35,183); }
H1.HeaderClassName
{
color: #D723B7;
}
.AnyTagClassName
{
color: #D723B7;
}
</style>
background-color css
<style>
a { background-color: #D723B7; }
a { background-color: rgb(215,35,183); }
div.DivClassName
{
background-color: #D723B7;
}
.BgClassName
{
background-color: #D723B7;
}
</style>
border-color css
<style>
span { border-color: #D723B7; }
span { border-color: rgb(215,35,183); }
td.TdClassName
{
border-color: #D723B7;
}
.TagClassName
{
border-color: #D723B7;
}
</style>