Shades of Shocking Pink #D825B7
Tints of Shocking Pink #D825B7
RGB
CMYK
RGB Variations
Color information
#D825B7 (or 0xD825B7) is known color: Shocking Pink. HEX triplet: D8, 25 and B7. RGB value is (216,37,183). Sum of RGB (Red+Green+Blue) = 216+37+183=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D825B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D825B7 is #27DA48. Grayscale: #6A6A6A. Windows color (decimal): -2611785 or 12002776. OLE color: 12002776.
HSL color Cylindrical-coordinate representation of color #D825B7: hue angle of 311.06º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D825B7 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 183 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.15 |
| HSL | 311.06º | 0.71% | 0.5% | - |
| HSV(B) | 311.06º | 0.83% | 0.85% | - |
| XYZ | 37.53 | 19.34 | 46.56 | - |
| YUV | 107.17 | 170.8 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 183 | 0 | 0.83 | 0.15 | 0.15 | 311.06 | 0.71 | 0.5 |
| Hex | D8 | 25 | B7 | 0 | 53 | F | F | 137 | 47 | 32 |
| Octal | 330 | 45 | 267 | 0 | 123 | 17 | 17 | 467 | 107 | 62 |
| Binary | 11011000 | 100101 | 10110111 | 0 | 1010011 | 1111 | 1111 | 100110111 | 1000111 | 110010 |
Color Harmonies of #D825B7
Complementary color
Monochromatic Colors of #D825B7
Black with #D825B7
Text Example
Text Example
White with #D825B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D825B7; }
p { color: rgb(216,37,183); }
H1.HeaderClassName
{
color: #D825B7;
}
.AnyTagClassName
{
color: #D825B7;
}
</style>
background-color css
<style>
a { background-color: #D825B7; }
a { background-color: rgb(216,37,183); }
div.DivClassName
{
background-color: #D825B7;
}
.BgClassName
{
background-color: #D825B7;
}
</style>
border-color css
<style>
span { border-color: #D825B7; }
span { border-color: rgb(216,37,183); }
td.TdClassName
{
border-color: #D825B7;
}
.TagClassName
{
border-color: #D825B7;
}
</style>