Shades of Razzle Dazzle Rose #DF36B5
Tints of Razzle Dazzle Rose #DF36B5
RGB
CMYK
RGB Variations
Color information
#DF36B5 (or 0xDF36B5) is known color: Razzle Dazzle Rose. HEX triplet: DF, 36 and B5. RGB value is (223,54,181). Sum of RGB (Red+Green+Blue) = 223+54+181=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 54 (21.48% from 255 or 11.79% from 458); Blue value is 181 (71.09% from 255 or 39.52% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF36B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF36B5 is #20C94A. Grayscale: #767676. Windows color (decimal): -2148683 or 11876063. OLE color: 11876063.
HSL color Cylindrical-coordinate representation of color #DF36B5: hue angle of 314.91º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF36B5 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 181 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.13 |
| HSL | 314.91º | 0.73% | 0.54% | - |
| HSV(B) | 314.91º | 0.76% | 0.87% | - |
| XYZ | 40.09 | 21.66 | 45.78 | - |
| YUV | 119.01 | 162.99 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 181 | 0 | 0.76 | 0.19 | 0.13 | 314.91 | 0.73 | 0.54 |
| Hex | DF | 36 | B5 | 0 | 4C | 13 | D | 13B | 49 | 36 |
| Octal | 337 | 66 | 265 | 0 | 114 | 23 | 15 | 473 | 111 | 66 |
| Binary | 11011111 | 110110 | 10110101 | 0 | 1001100 | 10011 | 1101 | 100111011 | 1001001 | 110110 |
Color Harmonies of #DF36B5
Complementary color
Monochromatic Colors of #DF36B5
Black with #DF36B5
Text Example
Text Example
White with #DF36B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF36B5; }
p { color: rgb(223,54,181); }
H1.HeaderClassName
{
color: #DF36B5;
}
.AnyTagClassName
{
color: #DF36B5;
}
</style>
background-color css
<style>
a { background-color: #DF36B5; }
a { background-color: rgb(223,54,181); }
div.DivClassName
{
background-color: #DF36B5;
}
.BgClassName
{
background-color: #DF36B5;
}
</style>
border-color css
<style>
span { border-color: #DF36B5; }
span { border-color: rgb(223,54,181); }
td.TdClassName
{
border-color: #DF36B5;
}
.TagClassName
{
border-color: #DF36B5;
}
</style>