Shades of Razzle Dazzle Rose #DF26D9
Tints of Razzle Dazzle Rose #DF26D9
RGB
CMYK
RGB Variations
Color information
#DF26D9 (or 0xDF26D9) is known color: Razzle Dazzle Rose. HEX triplet: DF, 26 and D9. RGB value is (223,38,217). Sum of RGB (Red+Green+Blue) = 223+38+217=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 38 (15.23% from 255 or 7.95% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF26D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF26D9 is #20D926. Grayscale: #717171. Windows color (decimal): -2152743 or 14231263. OLE color: 14231263.
HSL color Cylindrical-coordinate representation of color #DF26D9: hue angle of 301.95º 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 #DF26D9 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 217 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.13 |
| HSL | 301.95º | 0.74% | 0.51% | - |
| HSV(B) | 301.95º | 0.83% | 0.87% | - |
| XYZ | 43.65 | 22.08 | 67.61 | - |
| YUV | 113.72 | 186.29 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 217 | 0 | 0.83 | 0.03 | 0.13 | 301.95 | 0.74 | 0.51 |
| Hex | DF | 26 | D9 | 0 | 53 | 3 | D | 12E | 4A | 33 |
| Octal | 337 | 46 | 331 | 0 | 123 | 3 | 15 | 456 | 112 | 63 |
| Binary | 11011111 | 100110 | 11011001 | 0 | 1010011 | 11 | 1101 | 100101110 | 1001010 | 110011 |
Color Harmonies of #DF26D9
Complementary color
Monochromatic Colors of #DF26D9
Black with #DF26D9
Text Example
Text Example
White with #DF26D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF26D9; }
p { color: rgb(223,38,217); }
H1.HeaderClassName
{
color: #DF26D9;
}
.AnyTagClassName
{
color: #DF26D9;
}
</style>
background-color css
<style>
a { background-color: #DF26D9; }
a { background-color: rgb(223,38,217); }
div.DivClassName
{
background-color: #DF26D9;
}
.BgClassName
{
background-color: #DF26D9;
}
</style>
border-color css
<style>
span { border-color: #DF26D9; }
span { border-color: rgb(223,38,217); }
td.TdClassName
{
border-color: #DF26D9;
}
.TagClassName
{
border-color: #DF26D9;
}
</style>