Shades of Razzle Dazzle Rose #DF28D4
Tints of Razzle Dazzle Rose #DF28D4
RGB
CMYK
RGB Variations
Color information
#DF28D4 (or 0xDF28D4) is known color: Razzle Dazzle Rose. HEX triplet: DF, 28 and D4. RGB value is (223,40,212). Sum of RGB (Red+Green+Blue) = 223+40+212=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 40 (16.02% from 255 or 8.42% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF28D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF28D4 is #20D72B. Grayscale: #717171. Windows color (decimal): -2152236 or 13904095. OLE color: 13904095.
HSL color Cylindrical-coordinate representation of color #DF28D4: hue angle of 303.61º 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 #DF28D4 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 212 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.13 |
| HSL | 303.61º | 0.74% | 0.52% | - |
| HSV(B) | 303.61º | 0.82% | 0.87% | - |
| XYZ | 43.07 | 21.96 | 64.26 | - |
| YUV | 114.33 | 183.13 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 212 | 0 | 0.82 | 0.05 | 0.13 | 303.61 | 0.74 | 0.52 |
| Hex | DF | 28 | D4 | 0 | 52 | 5 | D | 130 | 4A | 34 |
| Octal | 337 | 50 | 324 | 0 | 122 | 5 | 15 | 460 | 112 | 64 |
| Binary | 11011111 | 101000 | 11010100 | 0 | 1010010 | 101 | 1101 | 100110000 | 1001010 | 110100 |
Color Harmonies of #DF28D4
Complementary color
Monochromatic Colors of #DF28D4
Black with #DF28D4
Text Example
Text Example
White with #DF28D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF28D4; }
p { color: rgb(223,40,212); }
H1.HeaderClassName
{
color: #DF28D4;
}
.AnyTagClassName
{
color: #DF28D4;
}
</style>
background-color css
<style>
a { background-color: #DF28D4; }
a { background-color: rgb(223,40,212); }
div.DivClassName
{
background-color: #DF28D4;
}
.BgClassName
{
background-color: #DF28D4;
}
</style>
border-color css
<style>
span { border-color: #DF28D4; }
span { border-color: rgb(223,40,212); }
td.TdClassName
{
border-color: #DF28D4;
}
.TagClassName
{
border-color: #DF28D4;
}
</style>