Shades of Razzle Dazzle Rose #DF36BD
Tints of Razzle Dazzle Rose #DF36BD
RGB
CMYK
RGB Variations
Color information
#DF36BD (or 0xDF36BD) is known color: Razzle Dazzle Rose. HEX triplet: DF, 36 and BD. RGB value is (223,54,189). Sum of RGB (Red+Green+Blue) = 223+54+189=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 54 (21.48% from 255 or 11.59% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF36BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF36BD is #20C942. Grayscale: #777777. Windows color (decimal): -2148675 or 12400351. OLE color: 12400351.
HSL color Cylindrical-coordinate representation of color #DF36BD: hue angle of 312.07º 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 #DF36BD is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 189 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.13 |
| HSL | 312.07º | 0.73% | 0.54% | - |
| HSV(B) | 312.07º | 0.76% | 0.87% | - |
| XYZ | 40.94 | 22 | 50.23 | - |
| YUV | 119.92 | 166.99 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 189 | 0 | 0.76 | 0.15 | 0.13 | 312.07 | 0.73 | 0.54 |
| Hex | DF | 36 | BD | 0 | 4C | F | D | 138 | 49 | 36 |
| Octal | 337 | 66 | 275 | 0 | 114 | 17 | 15 | 470 | 111 | 66 |
| Binary | 11011111 | 110110 | 10111101 | 0 | 1001100 | 1111 | 1101 | 100111000 | 1001001 | 110110 |
Color Harmonies of #DF36BD
Complementary color
Monochromatic Colors of #DF36BD
Black with #DF36BD
Text Example
Text Example
White with #DF36BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF36BD; }
p { color: rgb(223,54,189); }
H1.HeaderClassName
{
color: #DF36BD;
}
.AnyTagClassName
{
color: #DF36BD;
}
</style>
background-color css
<style>
a { background-color: #DF36BD; }
a { background-color: rgb(223,54,189); }
div.DivClassName
{
background-color: #DF36BD;
}
.BgClassName
{
background-color: #DF36BD;
}
</style>
border-color css
<style>
span { border-color: #DF36BD; }
span { border-color: rgb(223,54,189); }
td.TdClassName
{
border-color: #DF36BD;
}
.TagClassName
{
border-color: #DF36BD;
}
</style>