Shades of Shocking Pink #DF25C1
Tints of Shocking Pink #DF25C1
RGB
CMYK
RGB Variations
Color information
#DF25C1 (or 0xDF25C1) is known color: Shocking Pink. HEX triplet: DF, 25 and C1. RGB value is (223,37,193). Sum of RGB (Red+Green+Blue) = 223+37+193=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 37 (14.84% from 255 or 8.17% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF25C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF25C1 is #20DA3E. Grayscale: #6D6D6D. Windows color (decimal): -2153023 or 12658143. OLE color: 12658143.
HSL color Cylindrical-coordinate representation of color #DF25C1: hue angle of 309.68º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF25C1 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 193 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.13 |
| HSL | 309.68º | 0.74% | 0.51% | - |
| HSV(B) | 309.68º | 0.83% | 0.87% | - |
| XYZ | 40.72 | 20.86 | 52.33 | - |
| YUV | 110.4 | 174.62 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 193 | 0 | 0.83 | 0.13 | 0.13 | 309.68 | 0.74 | 0.51 |
| Hex | DF | 25 | C1 | 0 | 53 | D | D | 136 | 4A | 33 |
| Octal | 337 | 45 | 301 | 0 | 123 | 15 | 15 | 466 | 112 | 63 |
| Binary | 11011111 | 100101 | 11000001 | 0 | 1010011 | 1101 | 1101 | 100110110 | 1001010 | 110011 |
Color Harmonies of #DF25C1
Complementary color
Monochromatic Colors of #DF25C1
Black with #DF25C1
Text Example
Text Example
White with #DF25C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF25C1; }
p { color: rgb(223,37,193); }
H1.HeaderClassName
{
color: #DF25C1;
}
.AnyTagClassName
{
color: #DF25C1;
}
</style>
background-color css
<style>
a { background-color: #DF25C1; }
a { background-color: rgb(223,37,193); }
div.DivClassName
{
background-color: #DF25C1;
}
.BgClassName
{
background-color: #DF25C1;
}
</style>
border-color css
<style>
span { border-color: #DF25C1; }
span { border-color: rgb(223,37,193); }
td.TdClassName
{
border-color: #DF25C1;
}
.TagClassName
{
border-color: #DF25C1;
}
</style>