Shades of Shocking Pink #DA23BA
Tints of Shocking Pink #DA23BA
RGB
CMYK
RGB Variations
Color information
#DA23BA (or 0xDA23BA) is known color: Shocking Pink. HEX triplet: DA, 23 and BA. RGB value is (218,35,186). Sum of RGB (Red+Green+Blue) = 218+35+186=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 35 (14.06% from 255 or 7.97% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA23BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA23BA is #25DC45. Grayscale: #6A6A6A. Windows color (decimal): -2481222 or 12198874. OLE color: 12198874.
HSL color Cylindrical-coordinate representation of color #DA23BA: hue angle of 310.49º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA23BA is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 186 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.15 |
| HSL | 310.49º | 0.72% | 0.5% | - |
| HSV(B) | 310.49º | 0.84% | 0.85% | - |
| XYZ | 38.38 | 19.65 | 48.23 | - |
| YUV | 106.93 | 172.63 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 186 | 0 | 0.84 | 0.15 | 0.15 | 310.49 | 0.72 | 0.5 |
| Hex | DA | 23 | BA | 0 | 54 | F | F | 136 | 48 | 32 |
| Octal | 332 | 43 | 272 | 0 | 124 | 17 | 17 | 466 | 110 | 62 |
| Binary | 11011010 | 100011 | 10111010 | 0 | 1010100 | 1111 | 1111 | 100110110 | 1001000 | 110010 |
Color Harmonies of #DA23BA
Complementary color
Monochromatic Colors of #DA23BA
Black with #DA23BA
Text Example
Text Example
White with #DA23BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA23BA; }
p { color: rgb(218,35,186); }
H1.HeaderClassName
{
color: #DA23BA;
}
.AnyTagClassName
{
color: #DA23BA;
}
</style>
background-color css
<style>
a { background-color: #DA23BA; }
a { background-color: rgb(218,35,186); }
div.DivClassName
{
background-color: #DA23BA;
}
.BgClassName
{
background-color: #DA23BA;
}
</style>
border-color css
<style>
span { border-color: #DA23BA; }
span { border-color: rgb(218,35,186); }
td.TdClassName
{
border-color: #DA23BA;
}
.TagClassName
{
border-color: #DA23BA;
}
</style>