Shades of Shocking Pink #D71DB3
Tints of Shocking Pink #D71DB3
RGB
CMYK
RGB Variations
Color information
#D71DB3 (or 0xD71DB3) is known color: Shocking Pink. HEX triplet: D7, 1D and B3. RGB value is (215,29,179). Sum of RGB (Red+Green+Blue) = 215+29+179=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 29 (11.72% from 255 or 6.86% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D71DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71DB3 is #28E24C. Grayscale: #656565. Windows color (decimal): -2679373 or 11738583. OLE color: 11738583.
HSL color Cylindrical-coordinate representation of color #D71DB3: hue angle of 311.61º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71DB3 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 29 | 179 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.16 |
| HSL | 311.61º | 0.76% | 0.48% | - |
| HSV(B) | 311.61º | 0.87% | 0.84% | - |
| XYZ | 36.6 | 18.58 | 44.31 | - |
| YUV | 101.71 | 171.62 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 179 | 0 | 0.87 | 0.17 | 0.16 | 311.61 | 0.76 | 0.48 |
| Hex | D7 | 1D | B3 | 0 | 57 | 11 | 10 | 138 | 4C | 30 |
| Octal | 327 | 35 | 263 | 0 | 127 | 21 | 20 | 470 | 114 | 60 |
| Binary | 11010111 | 11101 | 10110011 | 0 | 1010111 | 10001 | 10000 | 100111000 | 1001100 | 110000 |
Color Harmonies of #D71DB3
Complementary color
Monochromatic Colors of #D71DB3
Black with #D71DB3
Text Example
Text Example
White with #D71DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71DB3; }
p { color: rgb(215,29,179); }
H1.HeaderClassName
{
color: #D71DB3;
}
.AnyTagClassName
{
color: #D71DB3;
}
</style>
background-color css
<style>
a { background-color: #D71DB3; }
a { background-color: rgb(215,29,179); }
div.DivClassName
{
background-color: #D71DB3;
}
.BgClassName
{
background-color: #D71DB3;
}
</style>
border-color css
<style>
span { border-color: #D71DB3; }
span { border-color: rgb(215,29,179); }
td.TdClassName
{
border-color: #D71DB3;
}
.TagClassName
{
border-color: #D71DB3;
}
</style>