Shades of Shocking Pink #DF25BE
Tints of Shocking Pink #DF25BE
RGB
CMYK
RGB Variations
Color information
#DF25BE (or 0xDF25BE) is known color: Shocking Pink. HEX triplet: DF, 25 and BE. RGB value is (223,37,190). Sum of RGB (Red+Green+Blue) = 223+37+190=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 37 (14.84% from 255 or 8.22% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF25BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF25BE is #20DA41. Grayscale: #6D6D6D. Windows color (decimal): -2153026 or 12461535. OLE color: 12461535.
HSL color Cylindrical-coordinate representation of color #DF25BE: hue angle of 310.65º 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 #DF25BE is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 190 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.13 |
| HSL | 310.65º | 0.74% | 0.51% | - |
| HSV(B) | 310.65º | 0.83% | 0.87% | - |
| XYZ | 40.39 | 20.73 | 50.59 | - |
| YUV | 110.06 | 173.12 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 190 | 0 | 0.83 | 0.15 | 0.13 | 310.65 | 0.74 | 0.51 |
| Hex | DF | 25 | BE | 0 | 53 | F | D | 137 | 4A | 33 |
| Octal | 337 | 45 | 276 | 0 | 123 | 17 | 15 | 467 | 112 | 63 |
| Binary | 11011111 | 100101 | 10111110 | 0 | 1010011 | 1111 | 1101 | 100110111 | 1001010 | 110011 |
Color Harmonies of #DF25BE
Complementary color
Monochromatic Colors of #DF25BE
Black with #DF25BE
Text Example
Text Example
White with #DF25BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF25BE; }
p { color: rgb(223,37,190); }
H1.HeaderClassName
{
color: #DF25BE;
}
.AnyTagClassName
{
color: #DF25BE;
}
</style>
background-color css
<style>
a { background-color: #DF25BE; }
a { background-color: rgb(223,37,190); }
div.DivClassName
{
background-color: #DF25BE;
}
.BgClassName
{
background-color: #DF25BE;
}
</style>
border-color css
<style>
span { border-color: #DF25BE; }
span { border-color: rgb(223,37,190); }
td.TdClassName
{
border-color: #DF25BE;
}
.TagClassName
{
border-color: #DF25BE;
}
</style>