Shades of Razzle Dazzle Rose #DF36C4
Tints of Razzle Dazzle Rose #DF36C4
RGB
CMYK
RGB Variations
Color information
#DF36C4 (or 0xDF36C4) is known color: Razzle Dazzle Rose. HEX triplet: DF, 36 and C4. RGB value is (223,54,196). Sum of RGB (Red+Green+Blue) = 223+54+196=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 54 (21.48% from 255 or 11.42% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF36C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF36C4 is #20C93B. Grayscale: #787878. Windows color (decimal): -2148668 or 12859103. OLE color: 12859103.
HSL color Cylindrical-coordinate representation of color #DF36C4: hue angle of 309.59º 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 #DF36C4 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 196 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.13 |
| HSL | 309.59º | 0.73% | 0.54% | - |
| HSV(B) | 309.59º | 0.76% | 0.87% | - |
| XYZ | 41.71 | 22.31 | 54.33 | - |
| YUV | 120.72 | 170.49 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 196 | 0 | 0.76 | 0.12 | 0.13 | 309.59 | 0.73 | 0.54 |
| Hex | DF | 36 | C4 | 0 | 4C | C | D | 136 | 49 | 36 |
| Octal | 337 | 66 | 304 | 0 | 114 | 14 | 15 | 466 | 111 | 66 |
| Binary | 11011111 | 110110 | 11000100 | 0 | 1001100 | 1100 | 1101 | 100110110 | 1001001 | 110110 |
Color Harmonies of #DF36C4
Complementary color
Monochromatic Colors of #DF36C4
Black with #DF36C4
Text Example
Text Example
White with #DF36C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF36C4; }
p { color: rgb(223,54,196); }
H1.HeaderClassName
{
color: #DF36C4;
}
.AnyTagClassName
{
color: #DF36C4;
}
</style>
background-color css
<style>
a { background-color: #DF36C4; }
a { background-color: rgb(223,54,196); }
div.DivClassName
{
background-color: #DF36C4;
}
.BgClassName
{
background-color: #DF36C4;
}
</style>
border-color css
<style>
span { border-color: #DF36C4; }
span { border-color: rgb(223,54,196); }
td.TdClassName
{
border-color: #DF36C4;
}
.TagClassName
{
border-color: #DF36C4;
}
</style>