Shades of Razzle Dazzle Rose #DF27C7
Tints of Razzle Dazzle Rose #DF27C7
RGB
CMYK
RGB Variations
Color information
#DF27C7 (or 0xDF27C7) is known color: Razzle Dazzle Rose. HEX triplet: DF, 27 and C7. RGB value is (223,39,199). Sum of RGB (Red+Green+Blue) = 223+39+199=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 39 (15.62% from 255 or 8.46% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF27C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF27C7 is #20D838. Grayscale: #6F6F6F. Windows color (decimal): -2152505 or 13051871. OLE color: 13051871.
HSL color Cylindrical-coordinate representation of color #DF27C7: hue angle of 307.83º 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 #DF27C7 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 199 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.13 |
| HSL | 307.83º | 0.74% | 0.51% | - |
| HSV(B) | 307.83º | 0.83% | 0.87% | - |
| XYZ | 41.47 | 21.26 | 55.95 | - |
| YUV | 112.26 | 176.96 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 199 | 0 | 0.83 | 0.11 | 0.13 | 307.83 | 0.74 | 0.51 |
| Hex | DF | 27 | C7 | 0 | 53 | B | D | 134 | 4A | 33 |
| Octal | 337 | 47 | 307 | 0 | 123 | 13 | 15 | 464 | 112 | 63 |
| Binary | 11011111 | 100111 | 11000111 | 0 | 1010011 | 1011 | 1101 | 100110100 | 1001010 | 110011 |
Color Harmonies of #DF27C7
Complementary color
Monochromatic Colors of #DF27C7
Black with #DF27C7
Text Example
Text Example
White with #DF27C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF27C7; }
p { color: rgb(223,39,199); }
H1.HeaderClassName
{
color: #DF27C7;
}
.AnyTagClassName
{
color: #DF27C7;
}
</style>
background-color css
<style>
a { background-color: #DF27C7; }
a { background-color: rgb(223,39,199); }
div.DivClassName
{
background-color: #DF27C7;
}
.BgClassName
{
background-color: #DF27C7;
}
</style>
border-color css
<style>
span { border-color: #DF27C7; }
span { border-color: rgb(223,39,199); }
td.TdClassName
{
border-color: #DF27C7;
}
.TagClassName
{
border-color: #DF27C7;
}
</style>