Shades of Shocking Pink #DA15B5
Tints of Shocking Pink #DA15B5
RGB
CMYK
RGB Variations
Color information
#DA15B5 (or 0xDA15B5) is known color: Shocking Pink. HEX triplet: DA, 15 and B5. RGB value is (218,21,181). Sum of RGB (Red+Green+Blue) = 218+21+181=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA15B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA15B5 is #25EA4A. Grayscale: #616161. Windows color (decimal): -2484811 or 11867610. OLE color: 11867610.
HSL color Cylindrical-coordinate representation of color #DA15B5: hue angle of 311.27º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA15B5 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 181 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.15 |
| HSL | 311.27º | 0.82% | 0.47% | - |
| HSV(B) | 311.27º | 0.9% | 0.85% | - |
| XYZ | 37.52 | 18.78 | 45.36 | - |
| YUV | 98.14 | 174.77 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 181 | 0 | 0.90 | 0.17 | 0.15 | 311.27 | 0.82 | 0.47 |
| Hex | DA | 15 | B5 | 0 | 5A | 11 | F | 137 | 52 | 2F |
| Octal | 332 | 25 | 265 | 0 | 132 | 21 | 17 | 467 | 122 | 57 |
| Binary | 11011010 | 10101 | 10110101 | 0 | 1011010 | 10001 | 1111 | 100110111 | 1010010 | 101111 |
Color Harmonies of #DA15B5
Complementary color
Monochromatic Colors of #DA15B5
Black with #DA15B5
Text Example
Text Example
White with #DA15B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA15B5; }
p { color: rgb(218,21,181); }
H1.HeaderClassName
{
color: #DA15B5;
}
.AnyTagClassName
{
color: #DA15B5;
}
</style>
background-color css
<style>
a { background-color: #DA15B5; }
a { background-color: rgb(218,21,181); }
div.DivClassName
{
background-color: #DA15B5;
}
.BgClassName
{
background-color: #DA15B5;
}
</style>
border-color css
<style>
span { border-color: #DA15B5; }
span { border-color: rgb(218,21,181); }
td.TdClassName
{
border-color: #DA15B5;
}
.TagClassName
{
border-color: #DA15B5;
}
</style>