Shades of Razzle Dazzle Rose #DF26C5
Tints of Razzle Dazzle Rose #DF26C5
RGB
CMYK
RGB Variations
Color information
#DF26C5 (or 0xDF26C5) is known color: Razzle Dazzle Rose. HEX triplet: DF, 26 and C5. RGB value is (223,38,197). Sum of RGB (Red+Green+Blue) = 223+38+197=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 38 (15.23% from 255 or 8.30% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF26C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF26C5 is #20D93A. Grayscale: #6E6E6E. Windows color (decimal): -2152763 or 12920543. OLE color: 12920543.
HSL color Cylindrical-coordinate representation of color #DF26C5: hue angle of 308.43º 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 #DF26C5 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 197 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.13 |
| HSL | 308.43º | 0.74% | 0.51% | - |
| HSV(B) | 308.43º | 0.83% | 0.87% | - |
| XYZ | 41.2 | 21.11 | 54.73 | - |
| YUV | 111.44 | 176.29 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 197 | 0 | 0.83 | 0.12 | 0.13 | 308.43 | 0.74 | 0.51 |
| Hex | DF | 26 | C5 | 0 | 53 | C | D | 134 | 4A | 33 |
| Octal | 337 | 46 | 305 | 0 | 123 | 14 | 15 | 464 | 112 | 63 |
| Binary | 11011111 | 100110 | 11000101 | 0 | 1010011 | 1100 | 1101 | 100110100 | 1001010 | 110011 |
Color Harmonies of #DF26C5
Complementary color
Monochromatic Colors of #DF26C5
Black with #DF26C5
Text Example
Text Example
White with #DF26C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF26C5; }
p { color: rgb(223,38,197); }
H1.HeaderClassName
{
color: #DF26C5;
}
.AnyTagClassName
{
color: #DF26C5;
}
</style>
background-color css
<style>
a { background-color: #DF26C5; }
a { background-color: rgb(223,38,197); }
div.DivClassName
{
background-color: #DF26C5;
}
.BgClassName
{
background-color: #DF26C5;
}
</style>
border-color css
<style>
span { border-color: #DF26C5; }
span { border-color: rgb(223,38,197); }
td.TdClassName
{
border-color: #DF26C5;
}
.TagClassName
{
border-color: #DF26C5;
}
</style>