Shades of Shocking Pink #DA1AB6
Tints of Shocking Pink #DA1AB6
RGB
CMYK
RGB Variations
Color information
#DA1AB6 (or 0xDA1AB6) is known color: Shocking Pink. HEX triplet: DA, 1A and B6. RGB value is (218,26,182). Sum of RGB (Red+Green+Blue) = 218+26+182=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1AB6 is #25E549. Grayscale: #646464. Windows color (decimal): -2483530 or 11934426. OLE color: 11934426.
HSL color Cylindrical-coordinate representation of color #DA1AB6: hue angle of 311.25º 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 #DA1AB6 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 26 | 182 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.15 |
| HSL | 311.25º | 0.79% | 0.48% | - |
| HSV(B) | 311.25º | 0.88% | 0.85% | - |
| XYZ | 37.73 | 19.02 | 45.94 | - |
| YUV | 101.19 | 173.61 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 26 | 182 | 0 | 0.88 | 0.17 | 0.15 | 311.25 | 0.79 | 0.48 |
| Hex | DA | 1A | B6 | 0 | 58 | 11 | F | 137 | 4F | 30 |
| Octal | 332 | 32 | 266 | 0 | 130 | 21 | 17 | 467 | 117 | 60 |
| Binary | 11011010 | 11010 | 10110110 | 0 | 1011000 | 10001 | 1111 | 100110111 | 1001111 | 110000 |
Color Harmonies of #DA1AB6
Complementary color
Monochromatic Colors of #DA1AB6
Black with #DA1AB6
Text Example
Text Example
White with #DA1AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1AB6; }
p { color: rgb(218,26,182); }
H1.HeaderClassName
{
color: #DA1AB6;
}
.AnyTagClassName
{
color: #DA1AB6;
}
</style>
background-color css
<style>
a { background-color: #DA1AB6; }
a { background-color: rgb(218,26,182); }
div.DivClassName
{
background-color: #DA1AB6;
}
.BgClassName
{
background-color: #DA1AB6;
}
</style>
border-color css
<style>
span { border-color: #DA1AB6; }
span { border-color: rgb(218,26,182); }
td.TdClassName
{
border-color: #DA1AB6;
}
.TagClassName
{
border-color: #DA1AB6;
}
</style>