Shades of Razzle Dazzle Rose #DF25C7
Tints of Razzle Dazzle Rose #DF25C7
RGB
CMYK
RGB Variations
Color information
#DF25C7 (or 0xDF25C7) is known color: Razzle Dazzle Rose. HEX triplet: DF, 25 and C7. RGB value is (223,37,199). Sum of RGB (Red+Green+Blue) = 223+37+199=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 199 (78.12% from 255 or 43.36% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF25C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF25C7 is #20DA38. Grayscale: #6E6E6E. Windows color (decimal): -2153017 or 13051359. OLE color: 13051359.
HSL color Cylindrical-coordinate representation of color #DF25C7: hue angle of 307.74º 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 #DF25C7 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 199 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.13 |
| HSL | 307.74º | 0.74% | 0.51% | - |
| HSV(B) | 307.74º | 0.83% | 0.87% | - |
| XYZ | 41.4 | 21.13 | 55.93 | - |
| YUV | 111.08 | 177.62 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 199 | 0 | 0.83 | 0.11 | 0.13 | 307.74 | 0.74 | 0.51 |
| Hex | DF | 25 | C7 | 0 | 53 | B | D | 134 | 4A | 33 |
| Octal | 337 | 45 | 307 | 0 | 123 | 13 | 15 | 464 | 112 | 63 |
| Binary | 11011111 | 100101 | 11000111 | 0 | 1010011 | 1011 | 1101 | 100110100 | 1001010 | 110011 |
Color Harmonies of #DF25C7
Complementary color
Monochromatic Colors of #DF25C7
Black with #DF25C7
Text Example
Text Example
White with #DF25C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF25C7; }
p { color: rgb(223,37,199); }
H1.HeaderClassName
{
color: #DF25C7;
}
.AnyTagClassName
{
color: #DF25C7;
}
</style>
background-color css
<style>
a { background-color: #DF25C7; }
a { background-color: rgb(223,37,199); }
div.DivClassName
{
background-color: #DF25C7;
}
.BgClassName
{
background-color: #DF25C7;
}
</style>
border-color css
<style>
span { border-color: #DF25C7; }
span { border-color: rgb(223,37,199); }
td.TdClassName
{
border-color: #DF25C7;
}
.TagClassName
{
border-color: #DF25C7;
}
</style>