Shades of Shocking Pink #DC25BD
Tints of Shocking Pink #DC25BD
RGB
CMYK
RGB Variations
Color information
#DC25BD (or 0xDC25BD) is known color: Shocking Pink. HEX triplet: DC, 25 and BD. RGB value is (220,37,189). Sum of RGB (Red+Green+Blue) = 220+37+189=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC25BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC25BD is #23DA42. Grayscale: #6C6C6C. Windows color (decimal): -2349635 or 12395996. OLE color: 12395996.
HSL color Cylindrical-coordinate representation of color #DC25BD: hue angle of 310.16º 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 #DC25BD is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 189 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.14 |
| HSL | 310.16º | 0.72% | 0.5% | - |
| HSV(B) | 310.16º | 0.83% | 0.86% | - |
| XYZ | 39.36 | 20.21 | 49.97 | - |
| YUV | 109.05 | 173.13 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 189 | 0 | 0.83 | 0.14 | 0.14 | 310.16 | 0.72 | 0.5 |
| Hex | DC | 25 | BD | 0 | 53 | E | E | 136 | 48 | 32 |
| Octal | 334 | 45 | 275 | 0 | 123 | 16 | 16 | 466 | 110 | 62 |
| Binary | 11011100 | 100101 | 10111101 | 0 | 1010011 | 1110 | 1110 | 100110110 | 1001000 | 110010 |
Color Harmonies of #DC25BD
Complementary color
Monochromatic Colors of #DC25BD
Black with #DC25BD
Text Example
Text Example
White with #DC25BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC25BD; }
p { color: rgb(220,37,189); }
H1.HeaderClassName
{
color: #DC25BD;
}
.AnyTagClassName
{
color: #DC25BD;
}
</style>
background-color css
<style>
a { background-color: #DC25BD; }
a { background-color: rgb(220,37,189); }
div.DivClassName
{
background-color: #DC25BD;
}
.BgClassName
{
background-color: #DC25BD;
}
</style>
border-color css
<style>
span { border-color: #DC25BD; }
span { border-color: rgb(220,37,189); }
td.TdClassName
{
border-color: #DC25BD;
}
.TagClassName
{
border-color: #DC25BD;
}
</style>