Shades of Shocking Pink #DA25BC
Tints of Shocking Pink #DA25BC
RGB
CMYK
RGB Variations
Color information
#DA25BC (or 0xDA25BC) is known color: Shocking Pink. HEX triplet: DA, 25 and BC. RGB value is (218,37,188). Sum of RGB (Red+Green+Blue) = 218+37+188=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA25BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA25BC is #25DA43. Grayscale: #6B6B6B. Windows color (decimal): -2480708 or 12330458. OLE color: 12330458.
HSL color Cylindrical-coordinate representation of color #DA25BC: hue angle of 309.94º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA25BC is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 188 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.15 |
| HSL | 309.94º | 0.71% | 0.5% | - |
| HSV(B) | 309.94º | 0.83% | 0.85% | - |
| XYZ | 38.65 | 19.86 | 49.37 | - |
| YUV | 108.33 | 172.97 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 188 | 0 | 0.83 | 0.14 | 0.15 | 309.94 | 0.71 | 0.5 |
| Hex | DA | 25 | BC | 0 | 53 | E | F | 136 | 47 | 32 |
| Octal | 332 | 45 | 274 | 0 | 123 | 16 | 17 | 466 | 107 | 62 |
| Binary | 11011010 | 100101 | 10111100 | 0 | 1010011 | 1110 | 1111 | 100110110 | 1000111 | 110010 |
Color Harmonies of #DA25BC
Complementary color
Monochromatic Colors of #DA25BC
Black with #DA25BC
Text Example
Text Example
White with #DA25BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA25BC; }
p { color: rgb(218,37,188); }
H1.HeaderClassName
{
color: #DA25BC;
}
.AnyTagClassName
{
color: #DA25BC;
}
</style>
background-color css
<style>
a { background-color: #DA25BC; }
a { background-color: rgb(218,37,188); }
div.DivClassName
{
background-color: #DA25BC;
}
.BgClassName
{
background-color: #DA25BC;
}
</style>
border-color css
<style>
span { border-color: #DA25BC; }
span { border-color: rgb(218,37,188); }
td.TdClassName
{
border-color: #DA25BC;
}
.TagClassName
{
border-color: #DA25BC;
}
</style>