Shades of Razzle Dazzle Rose #DF27C4
Tints of Razzle Dazzle Rose #DF27C4
RGB
CMYK
RGB Variations
Color information
#DF27C4 (or 0xDF27C4) is known color: Razzle Dazzle Rose. HEX triplet: DF, 27 and C4. RGB value is (223,39,196). Sum of RGB (Red+Green+Blue) = 223+39+196=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 39 (15.62% from 255 or 8.52% from 458); Blue value is 196 (76.95% from 255 or 42.79% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF27C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF27C4 is #20D83B. Grayscale: #6F6F6F. Windows color (decimal): -2152508 or 12855263. OLE color: 12855263.
HSL color Cylindrical-coordinate representation of color #DF27C4: hue angle of 308.8º 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 #DF27C4 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 196 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.13 |
| HSL | 308.8º | 0.74% | 0.51% | - |
| HSV(B) | 308.8º | 0.83% | 0.87% | - |
| XYZ | 41.12 | 21.12 | 54.13 | - |
| YUV | 111.91 | 175.46 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 196 | 0 | 0.83 | 0.12 | 0.13 | 308.8 | 0.74 | 0.51 |
| Hex | DF | 27 | C4 | 0 | 53 | C | D | 135 | 4A | 33 |
| Octal | 337 | 47 | 304 | 0 | 123 | 14 | 15 | 465 | 112 | 63 |
| Binary | 11011111 | 100111 | 11000100 | 0 | 1010011 | 1100 | 1101 | 100110101 | 1001010 | 110011 |
Color Harmonies of #DF27C4
Complementary color
Monochromatic Colors of #DF27C4
Black with #DF27C4
Text Example
Text Example
White with #DF27C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF27C4; }
p { color: rgb(223,39,196); }
H1.HeaderClassName
{
color: #DF27C4;
}
.AnyTagClassName
{
color: #DF27C4;
}
</style>
background-color css
<style>
a { background-color: #DF27C4; }
a { background-color: rgb(223,39,196); }
div.DivClassName
{
background-color: #DF27C4;
}
.BgClassName
{
background-color: #DF27C4;
}
</style>
border-color css
<style>
span { border-color: #DF27C4; }
span { border-color: rgb(223,39,196); }
td.TdClassName
{
border-color: #DF27C4;
}
.TagClassName
{
border-color: #DF27C4;
}
</style>