Shades of Razzle Dazzle Rose #DF26DB
Tints of Razzle Dazzle Rose #DF26DB
RGB
CMYK
RGB Variations
Color information
#DF26DB (or 0xDF26DB) is known color: Razzle Dazzle Rose. HEX triplet: DF, 26 and DB. RGB value is (223,38,219). Sum of RGB (Red+Green+Blue) = 223+38+219=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 38 (15.23% from 255 or 7.92% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF26DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF26DB is #20D924. Grayscale: #717171. Windows color (decimal): -2152741 or 14362335. OLE color: 14362335.
HSL color Cylindrical-coordinate representation of color #DF26DB: 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 #DF26DB is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 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.91 | 22.19 | 68.99 | - |
| YUV | 113.95 | 187.29 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 219 | 0 | 0.83 | 0.02 | 0.13 | 301.3 | 0.74 | 0.51 |
| Hex | DF | 26 | DB | 0 | 53 | 2 | D | 12D | 4A | 33 |
| Octal | 337 | 46 | 333 | 0 | 123 | 2 | 15 | 455 | 112 | 63 |
| Binary | 11011111 | 100110 | 11011011 | 0 | 1010011 | 10 | 1101 | 100101101 | 1001010 | 110011 |
Color Harmonies of #DF26DB
Complementary color
Monochromatic Colors of #DF26DB
Black with #DF26DB
Text Example
Text Example
White with #DF26DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF26DB; }
p { color: rgb(223,38,219); }
H1.HeaderClassName
{
color: #DF26DB;
}
.AnyTagClassName
{
color: #DF26DB;
}
</style>
background-color css
<style>
a { background-color: #DF26DB; }
a { background-color: rgb(223,38,219); }
div.DivClassName
{
background-color: #DF26DB;
}
.BgClassName
{
background-color: #DF26DB;
}
</style>
border-color css
<style>
span { border-color: #DF26DB; }
span { border-color: rgb(223,38,219); }
td.TdClassName
{
border-color: #DF26DB;
}
.TagClassName
{
border-color: #DF26DB;
}
</style>