Shades of Razzle Dazzle Rose #DF27DB
Tints of Razzle Dazzle Rose #DF27DB
RGB
CMYK
RGB Variations
Color information
#DF27DB (or 0xDF27DB) is known color: Razzle Dazzle Rose. HEX triplet: DF, 27 and DB. RGB value is (223,39,219). Sum of RGB (Red+Green+Blue) = 223+39+219=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 39 (15.62% from 255 or 8.11% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF27DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF27DB is #20D824. Grayscale: #727272. Windows color (decimal): -2152485 or 14362591. OLE color: 14362591.
HSL color Cylindrical-coordinate representation of color #DF27DB: hue angle of 301.3º 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 #DF27DB is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 219 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.13 |
| HSL | 301.3º | 0.74% | 0.51% | - |
| HSV(B) | 301.3º | 0.83% | 0.87% | - |
| XYZ | 43.94 | 22.25 | 69 | - |
| YUV | 114.54 | 186.96 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 219 | 0 | 0.83 | 0.02 | 0.13 | 301.3 | 0.74 | 0.51 |
| Hex | DF | 27 | DB | 0 | 53 | 2 | D | 12D | 4A | 33 |
| Octal | 337 | 47 | 333 | 0 | 123 | 2 | 15 | 455 | 112 | 63 |
| Binary | 11011111 | 100111 | 11011011 | 0 | 1010011 | 10 | 1101 | 100101101 | 1001010 | 110011 |
Color Harmonies of #DF27DB
Complementary color
Monochromatic Colors of #DF27DB
Black with #DF27DB
Text Example
Text Example
White with #DF27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF27DB; }
p { color: rgb(223,39,219); }
H1.HeaderClassName
{
color: #DF27DB;
}
.AnyTagClassName
{
color: #DF27DB;
}
</style>
background-color css
<style>
a { background-color: #DF27DB; }
a { background-color: rgb(223,39,219); }
div.DivClassName
{
background-color: #DF27DB;
}
.BgClassName
{
background-color: #DF27DB;
}
</style>
border-color css
<style>
span { border-color: #DF27DB; }
span { border-color: rgb(223,39,219); }
td.TdClassName
{
border-color: #DF27DB;
}
.TagClassName
{
border-color: #DF27DB;
}
</style>