Shades of Razzle Dazzle Rose #DF27D9
Tints of Razzle Dazzle Rose #DF27D9
RGB
CMYK
RGB Variations
Color information
#DF27D9 (or 0xDF27D9) is known color: Razzle Dazzle Rose. HEX triplet: DF, 27 and D9. RGB value is (223,39,217). Sum of RGB (Red+Green+Blue) = 223+39+217=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 39 (15.62% from 255 or 8.14% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF27D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF27D9 is #20D826. Grayscale: #717171. Windows color (decimal): -2152487 or 14231519. OLE color: 14231519.
HSL color Cylindrical-coordinate representation of color #DF27D9: hue angle of 301.96º 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 #DF27D9 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 217 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.13 |
| HSL | 301.96º | 0.74% | 0.51% | - |
| HSV(B) | 301.96º | 0.83% | 0.87% | - |
| XYZ | 43.68 | 22.15 | 67.62 | - |
| YUV | 114.31 | 185.96 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 217 | 0 | 0.83 | 0.03 | 0.13 | 301.96 | 0.74 | 0.51 |
| Hex | DF | 27 | D9 | 0 | 53 | 3 | D | 12E | 4A | 33 |
| Octal | 337 | 47 | 331 | 0 | 123 | 3 | 15 | 456 | 112 | 63 |
| Binary | 11011111 | 100111 | 11011001 | 0 | 1010011 | 11 | 1101 | 100101110 | 1001010 | 110011 |
Color Harmonies of #DF27D9
Complementary color
Monochromatic Colors of #DF27D9
Black with #DF27D9
Text Example
Text Example
White with #DF27D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF27D9; }
p { color: rgb(223,39,217); }
H1.HeaderClassName
{
color: #DF27D9;
}
.AnyTagClassName
{
color: #DF27D9;
}
</style>
background-color css
<style>
a { background-color: #DF27D9; }
a { background-color: rgb(223,39,217); }
div.DivClassName
{
background-color: #DF27D9;
}
.BgClassName
{
background-color: #DF27D9;
}
</style>
border-color css
<style>
span { border-color: #DF27D9; }
span { border-color: rgb(223,39,217); }
td.TdClassName
{
border-color: #DF27D9;
}
.TagClassName
{
border-color: #DF27D9;
}
</style>