Shades of Shocking Pink #DA25BB
Tints of Shocking Pink #DA25BB
RGB
CMYK
RGB Variations
Color information
#DA25BB (or 0xDA25BB) is known color: Shocking Pink. HEX triplet: DA, 25 and BB. RGB value is (218,37,187). Sum of RGB (Red+Green+Blue) = 218+37+187=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 37 (14.84% from 255 or 8.37% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA25BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA25BB is #25DA44. Grayscale: #6B6B6B. Windows color (decimal): -2480709 or 12264922. OLE color: 12264922.
HSL color Cylindrical-coordinate representation of color #DA25BB: hue angle of 310.28º 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 #DA25BB is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 187 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.15 |
| HSL | 310.28º | 0.71% | 0.5% | - |
| HSV(B) | 310.28º | 0.83% | 0.85% | - |
| XYZ | 38.54 | 19.82 | 48.81 | - |
| YUV | 108.22 | 172.47 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 187 | 0 | 0.83 | 0.14 | 0.15 | 310.28 | 0.71 | 0.5 |
| Hex | DA | 25 | BB | 0 | 53 | E | F | 136 | 47 | 32 |
| Octal | 332 | 45 | 273 | 0 | 123 | 16 | 17 | 466 | 107 | 62 |
| Binary | 11011010 | 100101 | 10111011 | 0 | 1010011 | 1110 | 1111 | 100110110 | 1000111 | 110010 |
Color Harmonies of #DA25BB
Complementary color
Monochromatic Colors of #DA25BB
Black with #DA25BB
Text Example
Text Example
White with #DA25BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA25BB; }
p { color: rgb(218,37,187); }
H1.HeaderClassName
{
color: #DA25BB;
}
.AnyTagClassName
{
color: #DA25BB;
}
</style>
background-color css
<style>
a { background-color: #DA25BB; }
a { background-color: rgb(218,37,187); }
div.DivClassName
{
background-color: #DA25BB;
}
.BgClassName
{
background-color: #DA25BB;
}
</style>
border-color css
<style>
span { border-color: #DA25BB; }
span { border-color: rgb(218,37,187); }
td.TdClassName
{
border-color: #DA25BB;
}
.TagClassName
{
border-color: #DA25BB;
}
</style>