Shades of Shocking Pink #DA21BF
Tints of Shocking Pink #DA21BF
RGB
CMYK
RGB Variations
Color information
#DA21BF (or 0xDA21BF) is known color: Shocking Pink. HEX triplet: DA, 21 and BF. RGB value is (218,33,191). Sum of RGB (Red+Green+Blue) = 218+33+191=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 33 (13.28% from 255 or 7.47% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA21BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA21BF is #25DE40. Grayscale: #696969. Windows color (decimal): -2481729 or 12526042. OLE color: 12526042.
HSL color Cylindrical-coordinate representation of color #DA21BF: hue angle of 308.76º 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 #DA21BF is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 191 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.15 |
| HSL | 308.76º | 0.74% | 0.49% | - |
| HSV(B) | 308.76º | 0.85% | 0.85% | - |
| XYZ | 38.86 | 19.75 | 51.06 | - |
| YUV | 106.33 | 175.79 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 191 | 0 | 0.85 | 0.12 | 0.15 | 308.76 | 0.74 | 0.49 |
| Hex | DA | 21 | BF | 0 | 55 | C | F | 135 | 4A | 31 |
| Octal | 332 | 41 | 277 | 0 | 125 | 14 | 17 | 465 | 112 | 61 |
| Binary | 11011010 | 100001 | 10111111 | 0 | 1010101 | 1100 | 1111 | 100110101 | 1001010 | 110001 |
Color Harmonies of #DA21BF
Complementary color
Monochromatic Colors of #DA21BF
Black with #DA21BF
Text Example
Text Example
White with #DA21BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA21BF; }
p { color: rgb(218,33,191); }
H1.HeaderClassName
{
color: #DA21BF;
}
.AnyTagClassName
{
color: #DA21BF;
}
</style>
background-color css
<style>
a { background-color: #DA21BF; }
a { background-color: rgb(218,33,191); }
div.DivClassName
{
background-color: #DA21BF;
}
.BgClassName
{
background-color: #DA21BF;
}
</style>
border-color css
<style>
span { border-color: #DA21BF; }
span { border-color: rgb(218,33,191); }
td.TdClassName
{
border-color: #DA21BF;
}
.TagClassName
{
border-color: #DA21BF;
}
</style>