Shades of Shocking Pink #DA1DBB
Tints of Shocking Pink #DA1DBB
RGB
CMYK
RGB Variations
Color information
#DA1DBB (or 0xDA1DBB) is known color: Shocking Pink. HEX triplet: DA, 1D and BB. RGB value is (218,29,187). Sum of RGB (Red+Green+Blue) = 218+29+187=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 29 (11.72% from 255 or 6.68% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1DBB is #25E244. Grayscale: #676767. Windows color (decimal): -2482757 or 12262874. OLE color: 12262874.
HSL color Cylindrical-coordinate representation of color #DA1DBB: hue angle of 309.84º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1DBB is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 29 | 187 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.15 |
| HSL | 309.84º | 0.77% | 0.48% | - |
| HSV(B) | 309.84º | 0.87% | 0.85% | - |
| XYZ | 38.32 | 19.37 | 48.73 | - |
| YUV | 103.52 | 175.12 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 29 | 187 | 0 | 0.87 | 0.14 | 0.15 | 309.84 | 0.77 | 0.48 |
| Hex | DA | 1D | BB | 0 | 57 | E | F | 136 | 4D | 30 |
| Octal | 332 | 35 | 273 | 0 | 127 | 16 | 17 | 466 | 115 | 60 |
| Binary | 11011010 | 11101 | 10111011 | 0 | 1010111 | 1110 | 1111 | 100110110 | 1001101 | 110000 |
Color Harmonies of #DA1DBB
Complementary color
Monochromatic Colors of #DA1DBB
Black with #DA1DBB
Text Example
Text Example
White with #DA1DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1DBB; }
p { color: rgb(218,29,187); }
H1.HeaderClassName
{
color: #DA1DBB;
}
.AnyTagClassName
{
color: #DA1DBB;
}
</style>
background-color css
<style>
a { background-color: #DA1DBB; }
a { background-color: rgb(218,29,187); }
div.DivClassName
{
background-color: #DA1DBB;
}
.BgClassName
{
background-color: #DA1DBB;
}
</style>
border-color css
<style>
span { border-color: #DA1DBB; }
span { border-color: rgb(218,29,187); }
td.TdClassName
{
border-color: #DA1DBB;
}
.TagClassName
{
border-color: #DA1DBB;
}
</style>