Shades of Razzle Dazzle Rose #DF27BE
Tints of Razzle Dazzle Rose #DF27BE
RGB
CMYK
RGB Variations
Color information
#DF27BE (or 0xDF27BE) is known color: Razzle Dazzle Rose. HEX triplet: DF, 27 and BE. RGB value is (223,39,190). Sum of RGB (Red+Green+Blue) = 223+39+190=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 39 (15.62% from 255 or 8.63% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF27BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF27BE is #20D841. Grayscale: #6E6E6E. Windows color (decimal): -2152514 or 12462047. OLE color: 12462047.
HSL color Cylindrical-coordinate representation of color #DF27BE: hue angle of 310.76º 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 #DF27BE is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 190 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.13 |
| HSL | 310.76º | 0.74% | 0.51% | - |
| HSV(B) | 310.76º | 0.83% | 0.87% | - |
| XYZ | 40.45 | 20.86 | 50.61 | - |
| YUV | 111.23 | 172.46 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 190 | 0 | 0.83 | 0.15 | 0.13 | 310.76 | 0.74 | 0.51 |
| Hex | DF | 27 | BE | 0 | 53 | F | D | 137 | 4A | 33 |
| Octal | 337 | 47 | 276 | 0 | 123 | 17 | 15 | 467 | 112 | 63 |
| Binary | 11011111 | 100111 | 10111110 | 0 | 1010011 | 1111 | 1101 | 100110111 | 1001010 | 110011 |
Color Harmonies of #DF27BE
Complementary color
Monochromatic Colors of #DF27BE
Black with #DF27BE
Text Example
Text Example
White with #DF27BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF27BE; }
p { color: rgb(223,39,190); }
H1.HeaderClassName
{
color: #DF27BE;
}
.AnyTagClassName
{
color: #DF27BE;
}
</style>
background-color css
<style>
a { background-color: #DF27BE; }
a { background-color: rgb(223,39,190); }
div.DivClassName
{
background-color: #DF27BE;
}
.BgClassName
{
background-color: #DF27BE;
}
</style>
border-color css
<style>
span { border-color: #DF27BE; }
span { border-color: rgb(223,39,190); }
td.TdClassName
{
border-color: #DF27BE;
}
.TagClassName
{
border-color: #DF27BE;
}
</style>