Shades of Shocking Pink #DC25BF
Tints of Shocking Pink #DC25BF
RGB
CMYK
RGB Variations
Color information
#DC25BF (or 0xDC25BF) is known color: Shocking Pink. HEX triplet: DC, 25 and BF. RGB value is (220,37,191). Sum of RGB (Red+Green+Blue) = 220+37+191=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 37 (14.84% from 255 or 8.26% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC25BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC25BF is #23DA40. Grayscale: #6C6C6C. Windows color (decimal): -2349633 or 12527068. OLE color: 12527068.
HSL color Cylindrical-coordinate representation of color #DC25BF: hue angle of 309.51º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC25BF is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 191 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.14 |
| HSL | 309.51º | 0.72% | 0.5% | - |
| HSV(B) | 309.51º | 0.83% | 0.86% | - |
| XYZ | 39.58 | 20.3 | 51.12 | - |
| YUV | 109.27 | 174.13 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 191 | 0 | 0.83 | 0.13 | 0.14 | 309.51 | 0.72 | 0.5 |
| Hex | DC | 25 | BF | 0 | 53 | D | E | 136 | 48 | 32 |
| Octal | 334 | 45 | 277 | 0 | 123 | 15 | 16 | 466 | 110 | 62 |
| Binary | 11011100 | 100101 | 10111111 | 0 | 1010011 | 1101 | 1110 | 100110110 | 1001000 | 110010 |
Color Harmonies of #DC25BF
Complementary color
Monochromatic Colors of #DC25BF
Black with #DC25BF
Text Example
Text Example
White with #DC25BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC25BF; }
p { color: rgb(220,37,191); }
H1.HeaderClassName
{
color: #DC25BF;
}
.AnyTagClassName
{
color: #DC25BF;
}
</style>
background-color css
<style>
a { background-color: #DC25BF; }
a { background-color: rgb(220,37,191); }
div.DivClassName
{
background-color: #DC25BF;
}
.BgClassName
{
background-color: #DC25BF;
}
</style>
border-color css
<style>
span { border-color: #DC25BF; }
span { border-color: rgb(220,37,191); }
td.TdClassName
{
border-color: #DC25BF;
}
.TagClassName
{
border-color: #DC25BF;
}
</style>