Shades of Razzle Dazzle Rose #DF36B7
Tints of Razzle Dazzle Rose #DF36B7
RGB
CMYK
RGB Variations
Color information
#DF36B7 (or 0xDF36B7) is known color: Razzle Dazzle Rose. HEX triplet: DF, 36 and B7. RGB value is (223,54,183). Sum of RGB (Red+Green+Blue) = 223+54+183=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF36B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF36B7 is #20C948. Grayscale: #767676. Windows color (decimal): -2148681 or 12007135. OLE color: 12007135.
HSL color Cylindrical-coordinate representation of color #DF36B7: hue angle of 314.2º 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 #DF36B7 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 183 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.13 |
| HSL | 314.2º | 0.73% | 0.54% | - |
| HSV(B) | 314.2º | 0.76% | 0.87% | - |
| XYZ | 40.3 | 21.75 | 46.87 | - |
| YUV | 119.24 | 163.99 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 183 | 0 | 0.76 | 0.18 | 0.13 | 314.2 | 0.73 | 0.54 |
| Hex | DF | 36 | B7 | 0 | 4C | 12 | D | 13A | 49 | 36 |
| Octal | 337 | 66 | 267 | 0 | 114 | 22 | 15 | 472 | 111 | 66 |
| Binary | 11011111 | 110110 | 10110111 | 0 | 1001100 | 10010 | 1101 | 100111010 | 1001001 | 110110 |
Color Harmonies of #DF36B7
Complementary color
Monochromatic Colors of #DF36B7
Black with #DF36B7
Text Example
Text Example
White with #DF36B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF36B7; }
p { color: rgb(223,54,183); }
H1.HeaderClassName
{
color: #DF36B7;
}
.AnyTagClassName
{
color: #DF36B7;
}
</style>
background-color css
<style>
a { background-color: #DF36B7; }
a { background-color: rgb(223,54,183); }
div.DivClassName
{
background-color: #DF36B7;
}
.BgClassName
{
background-color: #DF36B7;
}
</style>
border-color css
<style>
span { border-color: #DF36B7; }
span { border-color: rgb(223,54,183); }
td.TdClassName
{
border-color: #DF36B7;
}
.TagClassName
{
border-color: #DF36B7;
}
</style>