Shades of Razzle Dazzle Rose #DF36C3
Tints of Razzle Dazzle Rose #DF36C3
RGB
CMYK
RGB Variations
Color information
#DF36C3 (or 0xDF36C3) is known color: Razzle Dazzle Rose. HEX triplet: DF, 36 and C3. RGB value is (223,54,195). Sum of RGB (Red+Green+Blue) = 223+54+195=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 54 (21.48% from 255 or 11.44% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF36C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF36C3 is #20C93C. Grayscale: #787878. Windows color (decimal): -2148669 or 12793567. OLE color: 12793567.
HSL color Cylindrical-coordinate representation of color #DF36C3: hue angle of 309.94º 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 #DF36C3 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 195 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.13 |
| HSL | 309.94º | 0.73% | 0.54% | - |
| HSV(B) | 309.94º | 0.76% | 0.87% | - |
| XYZ | 41.6 | 22.27 | 53.74 | - |
| YUV | 120.61 | 169.99 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 195 | 0 | 0.76 | 0.13 | 0.13 | 309.94 | 0.73 | 0.54 |
| Hex | DF | 36 | C3 | 0 | 4C | D | D | 136 | 49 | 36 |
| Octal | 337 | 66 | 303 | 0 | 114 | 15 | 15 | 466 | 111 | 66 |
| Binary | 11011111 | 110110 | 11000011 | 0 | 1001100 | 1101 | 1101 | 100110110 | 1001001 | 110110 |
Color Harmonies of #DF36C3
Complementary color
Monochromatic Colors of #DF36C3
Black with #DF36C3
Text Example
Text Example
White with #DF36C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF36C3; }
p { color: rgb(223,54,195); }
H1.HeaderClassName
{
color: #DF36C3;
}
.AnyTagClassName
{
color: #DF36C3;
}
</style>
background-color css
<style>
a { background-color: #DF36C3; }
a { background-color: rgb(223,54,195); }
div.DivClassName
{
background-color: #DF36C3;
}
.BgClassName
{
background-color: #DF36C3;
}
</style>
border-color css
<style>
span { border-color: #DF36C3; }
span { border-color: rgb(223,54,195); }
td.TdClassName
{
border-color: #DF36C3;
}
.TagClassName
{
border-color: #DF36C3;
}
</style>