Shades of Shocking Pink #DA27BA
Tints of Shocking Pink #DA27BA
RGB
CMYK
RGB Variations
Color information
#DA27BA (or 0xDA27BA) is known color: Shocking Pink. HEX triplet: DA, 27 and BA. RGB value is (218,39,186). Sum of RGB (Red+Green+Blue) = 218+39+186=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 39 (15.62% from 255 or 8.80% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA27BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA27BA is #25D845. Grayscale: #6C6C6C. Windows color (decimal): -2480198 or 12199898. OLE color: 12199898.
HSL color Cylindrical-coordinate representation of color #DA27BA: hue angle of 310.73º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA27BA is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 186 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.15 |
| HSL | 310.73º | 0.71% | 0.5% | - |
| HSV(B) | 310.73º | 0.82% | 0.85% | - |
| XYZ | 38.5 | 19.9 | 48.27 | - |
| YUV | 109.28 | 171.3 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 186 | 0 | 0.82 | 0.15 | 0.15 | 310.73 | 0.71 | 0.5 |
| Hex | DA | 27 | BA | 0 | 52 | F | F | 137 | 47 | 32 |
| Octal | 332 | 47 | 272 | 0 | 122 | 17 | 17 | 467 | 107 | 62 |
| Binary | 11011010 | 100111 | 10111010 | 0 | 1010010 | 1111 | 1111 | 100110111 | 1000111 | 110010 |
Color Harmonies of #DA27BA
Complementary color
Monochromatic Colors of #DA27BA
Black with #DA27BA
Text Example
Text Example
White with #DA27BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA27BA; }
p { color: rgb(218,39,186); }
H1.HeaderClassName
{
color: #DA27BA;
}
.AnyTagClassName
{
color: #DA27BA;
}
</style>
background-color css
<style>
a { background-color: #DA27BA; }
a { background-color: rgb(218,39,186); }
div.DivClassName
{
background-color: #DA27BA;
}
.BgClassName
{
background-color: #DA27BA;
}
</style>
border-color css
<style>
span { border-color: #DA27BA; }
span { border-color: rgb(218,39,186); }
td.TdClassName
{
border-color: #DA27BA;
}
.TagClassName
{
border-color: #DA27BA;
}
</style>