Shades of Shocking Pink #D824BD
Tints of Shocking Pink #D824BD
RGB
CMYK
RGB Variations
Color information
#D824BD (or 0xD824BD) is known color: Shocking Pink. HEX triplet: D8, 24 and BD. RGB value is (216,36,189). Sum of RGB (Red+Green+Blue) = 216+36+189=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 36 (14.45% from 255 or 8.16% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D824BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D824BD is #27DB42. Grayscale: #6A6A6A. Windows color (decimal): -2612035 or 12395736. OLE color: 12395736.
HSL color Cylindrical-coordinate representation of color #D824BD: hue angle of 309º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D824BD is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 36 | 189 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.15 |
| HSL | 309º | 0.71% | 0.49% | - |
| HSV(B) | 309º | 0.83% | 0.85% | - |
| XYZ | 38.14 | 19.53 | 49.9 | - |
| YUV | 107.26 | 174.13 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 189 | 0 | 0.83 | 0.12 | 0.15 | 309 | 0.71 | 0.49 |
| Hex | D8 | 24 | BD | 0 | 53 | C | F | 135 | 47 | 31 |
| Octal | 330 | 44 | 275 | 0 | 123 | 14 | 17 | 465 | 107 | 61 |
| Binary | 11011000 | 100100 | 10111101 | 0 | 1010011 | 1100 | 1111 | 100110101 | 1000111 | 110001 |
Color Harmonies of #D824BD
Complementary color
Monochromatic Colors of #D824BD
Black with #D824BD
Text Example
Text Example
White with #D824BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D824BD; }
p { color: rgb(216,36,189); }
H1.HeaderClassName
{
color: #D824BD;
}
.AnyTagClassName
{
color: #D824BD;
}
</style>
background-color css
<style>
a { background-color: #D824BD; }
a { background-color: rgb(216,36,189); }
div.DivClassName
{
background-color: #D824BD;
}
.BgClassName
{
background-color: #D824BD;
}
</style>
border-color css
<style>
span { border-color: #D824BD; }
span { border-color: rgb(216,36,189); }
td.TdClassName
{
border-color: #D824BD;
}
.TagClassName
{
border-color: #D824BD;
}
</style>