Shades of Shocking Pink #DA20B9
Tints of Shocking Pink #DA20B9
RGB
CMYK
RGB Variations
Color information
#DA20B9 (or 0xDA20B9) is known color: Shocking Pink. HEX triplet: DA, 20 and B9. RGB value is (218,32,185). Sum of RGB (Red+Green+Blue) = 218+32+185=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA20B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA20B9 is #25DF46. Grayscale: #686868. Windows color (decimal): -2481991 or 12132570. OLE color: 12132570.
HSL color Cylindrical-coordinate representation of color #DA20B9: hue angle of 310.65º 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 #DA20B9 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 185 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.15 |
| HSL | 310.65º | 0.74% | 0.49% | - |
| HSV(B) | 310.65º | 0.85% | 0.85% | - |
| XYZ | 38.19 | 19.44 | 47.64 | - |
| YUV | 105.06 | 173.12 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 185 | 0 | 0.85 | 0.15 | 0.15 | 310.65 | 0.74 | 0.49 |
| Hex | DA | 20 | B9 | 0 | 55 | F | F | 137 | 4A | 31 |
| Octal | 332 | 40 | 271 | 0 | 125 | 17 | 17 | 467 | 112 | 61 |
| Binary | 11011010 | 100000 | 10111001 | 0 | 1010101 | 1111 | 1111 | 100110111 | 1001010 | 110001 |
Color Harmonies of #DA20B9
Complementary color
Monochromatic Colors of #DA20B9
Black with #DA20B9
Text Example
Text Example
White with #DA20B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA20B9; }
p { color: rgb(218,32,185); }
H1.HeaderClassName
{
color: #DA20B9;
}
.AnyTagClassName
{
color: #DA20B9;
}
</style>
background-color css
<style>
a { background-color: #DA20B9; }
a { background-color: rgb(218,32,185); }
div.DivClassName
{
background-color: #DA20B9;
}
.BgClassName
{
background-color: #DA20B9;
}
</style>
border-color css
<style>
span { border-color: #DA20B9; }
span { border-color: rgb(218,32,185); }
td.TdClassName
{
border-color: #DA20B9;
}
.TagClassName
{
border-color: #DA20B9;
}
</style>