Shades of Razzle Dazzle Rose #DF27CF
Tints of Razzle Dazzle Rose #DF27CF
RGB
CMYK
RGB Variations
Color information
#DF27CF (or 0xDF27CF) is known color: Razzle Dazzle Rose. HEX triplet: DF, 27 and CF. RGB value is (223,39,207). Sum of RGB (Red+Green+Blue) = 223+39+207=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 39 (15.62% from 255 or 8.32% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF27CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF27CF is #20D830. Grayscale: #707070. Windows color (decimal): -2152497 or 13576159. OLE color: 13576159.
HSL color Cylindrical-coordinate representation of color #DF27CF: hue angle of 305.22º 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 #DF27CF is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 207 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.13 |
| HSL | 305.22º | 0.74% | 0.51% | - |
| HSV(B) | 305.22º | 0.83% | 0.87% | - |
| XYZ | 42.42 | 21.64 | 60.97 | - |
| YUV | 113.17 | 180.96 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 207 | 0 | 0.83 | 0.07 | 0.13 | 305.22 | 0.74 | 0.51 |
| Hex | DF | 27 | CF | 0 | 53 | 7 | D | 131 | 4A | 33 |
| Octal | 337 | 47 | 317 | 0 | 123 | 7 | 15 | 461 | 112 | 63 |
| Binary | 11011111 | 100111 | 11001111 | 0 | 1010011 | 111 | 1101 | 100110001 | 1001010 | 110011 |
Color Harmonies of #DF27CF
Complementary color
Monochromatic Colors of #DF27CF
Black with #DF27CF
Text Example
Text Example
White with #DF27CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF27CF; }
p { color: rgb(223,39,207); }
H1.HeaderClassName
{
color: #DF27CF;
}
.AnyTagClassName
{
color: #DF27CF;
}
</style>
background-color css
<style>
a { background-color: #DF27CF; }
a { background-color: rgb(223,39,207); }
div.DivClassName
{
background-color: #DF27CF;
}
.BgClassName
{
background-color: #DF27CF;
}
</style>
border-color css
<style>
span { border-color: #DF27CF; }
span { border-color: rgb(223,39,207); }
td.TdClassName
{
border-color: #DF27CF;
}
.TagClassName
{
border-color: #DF27CF;
}
</style>