Shades of Shocking Pink #DA20BE
Tints of Shocking Pink #DA20BE
RGB
CMYK
RGB Variations
Color information
#DA20BE (or 0xDA20BE) is known color: Shocking Pink. HEX triplet: DA, 20 and BE. RGB value is (218,32,190). Sum of RGB (Red+Green+Blue) = 218+32+190=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA20BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA20BE is #25DF41. Grayscale: #696969. Windows color (decimal): -2481986 or 12460250. OLE color: 12460250.
HSL color Cylindrical-coordinate representation of color #DA20BE: hue angle of 309.03º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA20BE is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 190 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.15 |
| HSL | 309.03º | 0.74% | 0.49% | - |
| HSV(B) | 309.03º | 0.85% | 0.85% | - |
| XYZ | 38.72 | 19.66 | 50.47 | - |
| YUV | 105.63 | 175.62 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 190 | 0 | 0.85 | 0.13 | 0.15 | 309.03 | 0.74 | 0.49 |
| Hex | DA | 20 | BE | 0 | 55 | D | F | 135 | 4A | 31 |
| Octal | 332 | 40 | 276 | 0 | 125 | 15 | 17 | 465 | 112 | 61 |
| Binary | 11011010 | 100000 | 10111110 | 0 | 1010101 | 1101 | 1111 | 100110101 | 1001010 | 110001 |
Color Harmonies of #DA20BE
Complementary color
Monochromatic Colors of #DA20BE
Black with #DA20BE
Text Example
Text Example
White with #DA20BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA20BE; }
p { color: rgb(218,32,190); }
H1.HeaderClassName
{
color: #DA20BE;
}
.AnyTagClassName
{
color: #DA20BE;
}
</style>
background-color css
<style>
a { background-color: #DA20BE; }
a { background-color: rgb(218,32,190); }
div.DivClassName
{
background-color: #DA20BE;
}
.BgClassName
{
background-color: #DA20BE;
}
</style>
border-color css
<style>
span { border-color: #DA20BE; }
span { border-color: rgb(218,32,190); }
td.TdClassName
{
border-color: #DA20BE;
}
.TagClassName
{
border-color: #DA20BE;
}
</style>