Shades of Shocking Pink #DC1DBE
Tints of Shocking Pink #DC1DBE
RGB
CMYK
RGB Variations
Color information
#DC1DBE (or 0xDC1DBE) is known color: Shocking Pink. HEX triplet: DC, 1D and BE. RGB value is (220,29,190). Sum of RGB (Red+Green+Blue) = 220+29+190=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 29 (11.72% from 255 or 6.61% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1DBE is #23E241. Grayscale: #686868. Windows color (decimal): -2351682 or 12459484. OLE color: 12459484.
HSL color Cylindrical-coordinate representation of color #DC1DBE: hue angle of 309.42º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1DBE is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 29 | 190 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.14 |
| HSL | 309.42º | 0.77% | 0.49% | - |
| HSV(B) | 309.42º | 0.87% | 0.86% | - |
| XYZ | 39.25 | 19.81 | 50.47 | - |
| YUV | 104.46 | 176.28 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 29 | 190 | 0 | 0.87 | 0.14 | 0.14 | 309.42 | 0.77 | 0.49 |
| Hex | DC | 1D | BE | 0 | 57 | E | E | 135 | 4D | 31 |
| Octal | 334 | 35 | 276 | 0 | 127 | 16 | 16 | 465 | 115 | 61 |
| Binary | 11011100 | 11101 | 10111110 | 0 | 1010111 | 1110 | 1110 | 100110101 | 1001101 | 110001 |
Color Harmonies of #DC1DBE
Complementary color
Monochromatic Colors of #DC1DBE
Black with #DC1DBE
Text Example
Text Example
White with #DC1DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1DBE; }
p { color: rgb(220,29,190); }
H1.HeaderClassName
{
color: #DC1DBE;
}
.AnyTagClassName
{
color: #DC1DBE;
}
</style>
background-color css
<style>
a { background-color: #DC1DBE; }
a { background-color: rgb(220,29,190); }
div.DivClassName
{
background-color: #DC1DBE;
}
.BgClassName
{
background-color: #DC1DBE;
}
</style>
border-color css
<style>
span { border-color: #DC1DBE; }
span { border-color: rgb(220,29,190); }
td.TdClassName
{
border-color: #DC1DBE;
}
.TagClassName
{
border-color: #DC1DBE;
}
</style>