Shades of Shocking Pink #DA24BB
Tints of Shocking Pink #DA24BB
RGB
CMYK
RGB Variations
Color information
#DA24BB (or 0xDA24BB) is known color: Shocking Pink. HEX triplet: DA, 24 and BB. RGB value is (218,36,187). Sum of RGB (Red+Green+Blue) = 218+36+187=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 36 (14.45% from 255 or 8.16% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA24BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA24BB is #25DB44. Grayscale: #6B6B6B. Windows color (decimal): -2480965 or 12264666. OLE color: 12264666.
HSL color Cylindrical-coordinate representation of color #DA24BB: hue angle of 310.22º degrees, saturation: 0.72, 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 #DA24BB is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 187 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.15 |
| HSL | 310.22º | 0.72% | 0.5% | - |
| HSV(B) | 310.22º | 0.83% | 0.85% | - |
| XYZ | 38.51 | 19.76 | 48.8 | - |
| YUV | 107.63 | 172.8 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 187 | 0 | 0.83 | 0.14 | 0.15 | 310.22 | 0.72 | 0.5 |
| Hex | DA | 24 | BB | 0 | 53 | E | F | 136 | 48 | 32 |
| Octal | 332 | 44 | 273 | 0 | 123 | 16 | 17 | 466 | 110 | 62 |
| Binary | 11011010 | 100100 | 10111011 | 0 | 1010011 | 1110 | 1111 | 100110110 | 1001000 | 110010 |
Color Harmonies of #DA24BB
Complementary color
Monochromatic Colors of #DA24BB
Black with #DA24BB
Text Example
Text Example
White with #DA24BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA24BB; }
p { color: rgb(218,36,187); }
H1.HeaderClassName
{
color: #DA24BB;
}
.AnyTagClassName
{
color: #DA24BB;
}
</style>
background-color css
<style>
a { background-color: #DA24BB; }
a { background-color: rgb(218,36,187); }
div.DivClassName
{
background-color: #DA24BB;
}
.BgClassName
{
background-color: #DA24BB;
}
</style>
border-color css
<style>
span { border-color: #DA24BB; }
span { border-color: rgb(218,36,187); }
td.TdClassName
{
border-color: #DA24BB;
}
.TagClassName
{
border-color: #DA24BB;
}
</style>