Shades of Razzle Dazzle Rose #DF36BC
Tints of Razzle Dazzle Rose #DF36BC
RGB
CMYK
RGB Variations
Color information
#DF36BC (or 0xDF36BC) is known color: Razzle Dazzle Rose. HEX triplet: DF, 36 and BC. RGB value is (223,54,188). Sum of RGB (Red+Green+Blue) = 223+54+188=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF36BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF36BC is #20C943. Grayscale: #777777. Windows color (decimal): -2148676 or 12334815. OLE color: 12334815.
HSL color Cylindrical-coordinate representation of color #DF36BC: hue angle of 312.43º 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 #DF36BC is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 188 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.13 |
| HSL | 312.43º | 0.73% | 0.54% | - |
| HSV(B) | 312.43º | 0.76% | 0.87% | - |
| XYZ | 40.83 | 21.96 | 49.66 | - |
| YUV | 119.81 | 166.49 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 188 | 0 | 0.76 | 0.16 | 0.13 | 312.43 | 0.73 | 0.54 |
| Hex | DF | 36 | BC | 0 | 4C | 10 | D | 138 | 49 | 36 |
| Octal | 337 | 66 | 274 | 0 | 114 | 20 | 15 | 470 | 111 | 66 |
| Binary | 11011111 | 110110 | 10111100 | 0 | 1001100 | 10000 | 1101 | 100111000 | 1001001 | 110110 |
Color Harmonies of #DF36BC
Complementary color
Monochromatic Colors of #DF36BC
Black with #DF36BC
Text Example
Text Example
White with #DF36BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF36BC; }
p { color: rgb(223,54,188); }
H1.HeaderClassName
{
color: #DF36BC;
}
.AnyTagClassName
{
color: #DF36BC;
}
</style>
background-color css
<style>
a { background-color: #DF36BC; }
a { background-color: rgb(223,54,188); }
div.DivClassName
{
background-color: #DF36BC;
}
.BgClassName
{
background-color: #DF36BC;
}
</style>
border-color css
<style>
span { border-color: #DF36BC; }
span { border-color: rgb(223,54,188); }
td.TdClassName
{
border-color: #DF36BC;
}
.TagClassName
{
border-color: #DF36BC;
}
</style>