Shades of Razzle Dazzle Rose #DF28C5
Tints of Razzle Dazzle Rose #DF28C5
RGB
CMYK
RGB Variations
Color information
#DF28C5 (or 0xDF28C5) is known color: Razzle Dazzle Rose. HEX triplet: DF, 28 and C5. RGB value is (223,40,197). Sum of RGB (Red+Green+Blue) = 223+40+197=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF28C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF28C5 is #20D73A. Grayscale: #707070. Windows color (decimal): -2152251 or 12921055. OLE color: 12921055.
HSL color Cylindrical-coordinate representation of color #DF28C5: hue angle of 308.52º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF28C5 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 197 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.13 |
| HSL | 308.52º | 0.74% | 0.52% | - |
| HSV(B) | 308.52º | 0.82% | 0.87% | - |
| XYZ | 41.27 | 21.24 | 54.75 | - |
| YUV | 112.62 | 175.63 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 197 | 0 | 0.82 | 0.12 | 0.13 | 308.52 | 0.74 | 0.52 |
| Hex | DF | 28 | C5 | 0 | 52 | C | D | 135 | 4A | 34 |
| Octal | 337 | 50 | 305 | 0 | 122 | 14 | 15 | 465 | 112 | 64 |
| Binary | 11011111 | 101000 | 11000101 | 0 | 1010010 | 1100 | 1101 | 100110101 | 1001010 | 110100 |
Color Harmonies of #DF28C5
Complementary color
Monochromatic Colors of #DF28C5
Black with #DF28C5
Text Example
Text Example
White with #DF28C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF28C5; }
p { color: rgb(223,40,197); }
H1.HeaderClassName
{
color: #DF28C5;
}
.AnyTagClassName
{
color: #DF28C5;
}
</style>
background-color css
<style>
a { background-color: #DF28C5; }
a { background-color: rgb(223,40,197); }
div.DivClassName
{
background-color: #DF28C5;
}
.BgClassName
{
background-color: #DF28C5;
}
</style>
border-color css
<style>
span { border-color: #DF28C5; }
span { border-color: rgb(223,40,197); }
td.TdClassName
{
border-color: #DF28C5;
}
.TagClassName
{
border-color: #DF28C5;
}
</style>