Shades of Shocking Pink #DA11B2
Tints of Shocking Pink #DA11B2
RGB
CMYK
RGB Variations
Color information
#DA11B2 (or 0xDA11B2) is known color: Shocking Pink. HEX triplet: DA, 11 and B2. RGB value is (218,17,178). Sum of RGB (Red+Green+Blue) = 218+17+178=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA11B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA11B2 is #25EE4D. Grayscale: #5F5F5F. Windows color (decimal): -2485838 or 11669978. OLE color: 11669978.
HSL color Cylindrical-coordinate representation of color #DA11B2: hue angle of 311.94º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA11B2 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 178 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.15 |
| HSL | 311.94º | 0.86% | 0.46% | - |
| HSV(B) | 311.94º | 0.92% | 0.85% | - |
| XYZ | 37.15 | 18.52 | 43.74 | - |
| YUV | 95.45 | 174.59 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 178 | 0 | 0.92 | 0.18 | 0.15 | 311.94 | 0.86 | 0.46 |
| Hex | DA | 11 | B2 | 0 | 5C | 12 | F | 138 | 56 | 2E |
| Octal | 332 | 21 | 262 | 0 | 134 | 22 | 17 | 470 | 126 | 56 |
| Binary | 11011010 | 10001 | 10110010 | 0 | 1011100 | 10010 | 1111 | 100111000 | 1010110 | 101110 |
Color Harmonies of #DA11B2
Complementary color
Monochromatic Colors of #DA11B2
Black with #DA11B2
Text Example
Text Example
White with #DA11B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA11B2; }
p { color: rgb(218,17,178); }
H1.HeaderClassName
{
color: #DA11B2;
}
.AnyTagClassName
{
color: #DA11B2;
}
</style>
background-color css
<style>
a { background-color: #DA11B2; }
a { background-color: rgb(218,17,178); }
div.DivClassName
{
background-color: #DA11B2;
}
.BgClassName
{
background-color: #DA11B2;
}
</style>
border-color css
<style>
span { border-color: #DA11B2; }
span { border-color: rgb(218,17,178); }
td.TdClassName
{
border-color: #DA11B2;
}
.TagClassName
{
border-color: #DA11B2;
}
</style>