Shades of Razzle Dazzle Rose #DF36BE
Tints of Razzle Dazzle Rose #DF36BE
RGB
CMYK
RGB Variations
Color information
#DF36BE (or 0xDF36BE) is known color: Razzle Dazzle Rose. HEX triplet: DF, 36 and BE. RGB value is (223,54,190). Sum of RGB (Red+Green+Blue) = 223+54+190=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 54 (21.48% from 255 or 11.56% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF36BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF36BE is #20C941. Grayscale: #777777. Windows color (decimal): -2148674 or 12465887. OLE color: 12465887.
HSL color Cylindrical-coordinate representation of color #DF36BE: hue angle of 311.72º 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 #DF36BE is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 190 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.13 |
| HSL | 311.72º | 0.73% | 0.54% | - |
| HSV(B) | 311.72º | 0.76% | 0.87% | - |
| XYZ | 41.04 | 22.04 | 50.81 | - |
| YUV | 120.04 | 167.49 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 190 | 0 | 0.76 | 0.15 | 0.13 | 311.72 | 0.73 | 0.54 |
| Hex | DF | 36 | BE | 0 | 4C | F | D | 138 | 49 | 36 |
| Octal | 337 | 66 | 276 | 0 | 114 | 17 | 15 | 470 | 111 | 66 |
| Binary | 11011111 | 110110 | 10111110 | 0 | 1001100 | 1111 | 1101 | 100111000 | 1001001 | 110110 |
Color Harmonies of #DF36BE
Complementary color
Monochromatic Colors of #DF36BE
Black with #DF36BE
Text Example
Text Example
White with #DF36BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF36BE; }
p { color: rgb(223,54,190); }
H1.HeaderClassName
{
color: #DF36BE;
}
.AnyTagClassName
{
color: #DF36BE;
}
</style>
background-color css
<style>
a { background-color: #DF36BE; }
a { background-color: rgb(223,54,190); }
div.DivClassName
{
background-color: #DF36BE;
}
.BgClassName
{
background-color: #DF36BE;
}
</style>
border-color css
<style>
span { border-color: #DF36BE; }
span { border-color: rgb(223,54,190); }
td.TdClassName
{
border-color: #DF36BE;
}
.TagClassName
{
border-color: #DF36BE;
}
</style>