Shades of Shocking Pink #DA17B5
Tints of Shocking Pink #DA17B5
RGB
CMYK
RGB Variations
Color information
#DA17B5 (or 0xDA17B5) is known color: Shocking Pink. HEX triplet: DA, 17 and B5. RGB value is (218,23,181). Sum of RGB (Red+Green+Blue) = 218+23+181=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 23 (9.38% from 255 or 5.45% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA17B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA17B5 is #25E84A. Grayscale: #626262. Windows color (decimal): -2484299 or 11868122. OLE color: 11868122.
HSL color Cylindrical-coordinate representation of color #DA17B5: hue angle of 311.38º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA17B5 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 181 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.15 |
| HSL | 311.38º | 0.81% | 0.47% | - |
| HSV(B) | 311.38º | 0.89% | 0.85% | - |
| XYZ | 37.56 | 18.85 | 45.38 | - |
| YUV | 99.32 | 174.1 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 181 | 0 | 0.89 | 0.17 | 0.15 | 311.38 | 0.81 | 0.47 |
| Hex | DA | 17 | B5 | 0 | 59 | 11 | F | 137 | 51 | 2F |
| Octal | 332 | 27 | 265 | 0 | 131 | 21 | 17 | 467 | 121 | 57 |
| Binary | 11011010 | 10111 | 10110101 | 0 | 1011001 | 10001 | 1111 | 100110111 | 1010001 | 101111 |
Color Harmonies of #DA17B5
Complementary color
Monochromatic Colors of #DA17B5
Black with #DA17B5
Text Example
Text Example
White with #DA17B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA17B5; }
p { color: rgb(218,23,181); }
H1.HeaderClassName
{
color: #DA17B5;
}
.AnyTagClassName
{
color: #DA17B5;
}
</style>
background-color css
<style>
a { background-color: #DA17B5; }
a { background-color: rgb(218,23,181); }
div.DivClassName
{
background-color: #DA17B5;
}
.BgClassName
{
background-color: #DA17B5;
}
</style>
border-color css
<style>
span { border-color: #DA17B5; }
span { border-color: rgb(218,23,181); }
td.TdClassName
{
border-color: #DA17B5;
}
.TagClassName
{
border-color: #DA17B5;
}
</style>