Shades of Shocking Pink #DA20BC
Tints of Shocking Pink #DA20BC
RGB
CMYK
RGB Variations
Color information
#DA20BC (or 0xDA20BC) is known color: Shocking Pink. HEX triplet: DA, 20 and BC. RGB value is (218,32,188). Sum of RGB (Red+Green+Blue) = 218+32+188=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA20BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA20BC is #25DF43. Grayscale: #686868. Windows color (decimal): -2481988 or 12329178. OLE color: 12329178.
HSL color Cylindrical-coordinate representation of color #DA20BC: hue angle of 309.68º 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 #DA20BC is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 188 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.15 |
| HSL | 309.68º | 0.74% | 0.49% | - |
| HSV(B) | 309.68º | 0.85% | 0.85% | - |
| XYZ | 38.51 | 19.57 | 49.32 | - |
| YUV | 105.4 | 174.62 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 188 | 0 | 0.85 | 0.14 | 0.15 | 309.68 | 0.74 | 0.49 |
| Hex | DA | 20 | BC | 0 | 55 | E | F | 136 | 4A | 31 |
| Octal | 332 | 40 | 274 | 0 | 125 | 16 | 17 | 466 | 112 | 61 |
| Binary | 11011010 | 100000 | 10111100 | 0 | 1010101 | 1110 | 1111 | 100110110 | 1001010 | 110001 |
Color Harmonies of #DA20BC
Complementary color
Monochromatic Colors of #DA20BC
Black with #DA20BC
Text Example
Text Example
White with #DA20BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA20BC; }
p { color: rgb(218,32,188); }
H1.HeaderClassName
{
color: #DA20BC;
}
.AnyTagClassName
{
color: #DA20BC;
}
</style>
background-color css
<style>
a { background-color: #DA20BC; }
a { background-color: rgb(218,32,188); }
div.DivClassName
{
background-color: #DA20BC;
}
.BgClassName
{
background-color: #DA20BC;
}
</style>
border-color css
<style>
span { border-color: #DA20BC; }
span { border-color: rgb(218,32,188); }
td.TdClassName
{
border-color: #DA20BC;
}
.TagClassName
{
border-color: #DA20BC;
}
</style>