Shades of Shocking Pink #DA1AB1
Tints of Shocking Pink #DA1AB1
RGB
CMYK
RGB Variations
Color information
#DA1AB1 (or 0xDA1AB1) is known color: Shocking Pink. HEX triplet: DA, 1A and B1. RGB value is (218,26,177). Sum of RGB (Red+Green+Blue) = 218+26+177=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 26 (10.55% from 255 or 6.18% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA1AB1 is #25E54E. Grayscale: #646464. Windows color (decimal): -2483535 or 11606746. OLE color: 11606746.
HSL color Cylindrical-coordinate representation of color #DA1AB1: hue angle of 312.81º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1AB1 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 26 | 177 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.15 |
| HSL | 312.81º | 0.79% | 0.48% | - |
| HSV(B) | 312.81º | 0.88% | 0.85% | - |
| XYZ | 37.22 | 18.82 | 43.27 | - |
| YUV | 100.62 | 171.11 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 26 | 177 | 0 | 0.88 | 0.19 | 0.15 | 312.81 | 0.79 | 0.48 |
| Hex | DA | 1A | B1 | 0 | 58 | 13 | F | 139 | 4F | 30 |
| Octal | 332 | 32 | 261 | 0 | 130 | 23 | 17 | 471 | 117 | 60 |
| Binary | 11011010 | 11010 | 10110001 | 0 | 1011000 | 10011 | 1111 | 100111001 | 1001111 | 110000 |
Color Harmonies of #DA1AB1
Complementary color
Monochromatic Colors of #DA1AB1
Black with #DA1AB1
Text Example
Text Example
White with #DA1AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1AB1; }
p { color: rgb(218,26,177); }
H1.HeaderClassName
{
color: #DA1AB1;
}
.AnyTagClassName
{
color: #DA1AB1;
}
</style>
background-color css
<style>
a { background-color: #DA1AB1; }
a { background-color: rgb(218,26,177); }
div.DivClassName
{
background-color: #DA1AB1;
}
.BgClassName
{
background-color: #DA1AB1;
}
</style>
border-color css
<style>
span { border-color: #DA1AB1; }
span { border-color: rgb(218,26,177); }
td.TdClassName
{
border-color: #DA1AB1;
}
.TagClassName
{
border-color: #DA1AB1;
}
</style>