Shades of Razzle Dazzle Rose #DF27C3
Tints of Razzle Dazzle Rose #DF27C3
RGB
CMYK
RGB Variations
Color information
#DF27C3 (or 0xDF27C3) is known color: Razzle Dazzle Rose. HEX triplet: DF, 27 and C3. RGB value is (223,39,195). Sum of RGB (Red+Green+Blue) = 223+39+195=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 39 (15.62% from 255 or 8.53% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF27C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF27C3 is #20D83C. Grayscale: #6F6F6F. Windows color (decimal): -2152509 or 12789727. OLE color: 12789727.
HSL color Cylindrical-coordinate representation of color #DF27C3: hue angle of 309.13º 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 #DF27C3 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 195 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.13 |
| HSL | 309.13º | 0.74% | 0.51% | - |
| HSV(B) | 309.13º | 0.83% | 0.87% | - |
| XYZ | 41.01 | 21.08 | 53.54 | - |
| YUV | 111.8 | 174.96 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 195 | 0 | 0.83 | 0.13 | 0.13 | 309.13 | 0.74 | 0.51 |
| Hex | DF | 27 | C3 | 0 | 53 | D | D | 135 | 4A | 33 |
| Octal | 337 | 47 | 303 | 0 | 123 | 15 | 15 | 465 | 112 | 63 |
| Binary | 11011111 | 100111 | 11000011 | 0 | 1010011 | 1101 | 1101 | 100110101 | 1001010 | 110011 |
Color Harmonies of #DF27C3
Complementary color
Monochromatic Colors of #DF27C3
Black with #DF27C3
Text Example
Text Example
White with #DF27C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF27C3; }
p { color: rgb(223,39,195); }
H1.HeaderClassName
{
color: #DF27C3;
}
.AnyTagClassName
{
color: #DF27C3;
}
</style>
background-color css
<style>
a { background-color: #DF27C3; }
a { background-color: rgb(223,39,195); }
div.DivClassName
{
background-color: #DF27C3;
}
.BgClassName
{
background-color: #DF27C3;
}
</style>
border-color css
<style>
span { border-color: #DF27C3; }
span { border-color: rgb(223,39,195); }
td.TdClassName
{
border-color: #DF27C3;
}
.TagClassName
{
border-color: #DF27C3;
}
</style>