Shades of Razzle Dazzle Rose #DF2CBB
Tints of Razzle Dazzle Rose #DF2CBB
RGB
CMYK
RGB Variations
Color information
#DF2CBB (or 0xDF2CBB) is known color: Razzle Dazzle Rose. HEX triplet: DF, 2C and BB. RGB value is (223,44,187). Sum of RGB (Red+Green+Blue) = 223+44+187=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 44 (17.58% from 255 or 9.69% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF2CBB is #20D344. Grayscale: #717171. Windows color (decimal): -2151237 or 12266719. OLE color: 12266719.
HSL color Cylindrical-coordinate representation of color #DF2CBB: hue angle of 312.07º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2CBB is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 44 | 187 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.13 |
| HSL | 312.07º | 0.74% | 0.52% | - |
| HSV(B) | 312.07º | 0.8% | 0.87% | - |
| XYZ | 40.3 | 21.08 | 48.96 | - |
| YUV | 113.82 | 169.3 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 44 | 187 | 0 | 0.80 | 0.16 | 0.13 | 312.07 | 0.74 | 0.52 |
| Hex | DF | 2C | BB | 0 | 50 | 10 | D | 138 | 4A | 34 |
| Octal | 337 | 54 | 273 | 0 | 120 | 20 | 15 | 470 | 112 | 64 |
| Binary | 11011111 | 101100 | 10111011 | 0 | 1010000 | 10000 | 1101 | 100111000 | 1001010 | 110100 |
Color Harmonies of #DF2CBB
Complementary color
Monochromatic Colors of #DF2CBB
Black with #DF2CBB
Text Example
Text Example
White with #DF2CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2CBB; }
p { color: rgb(223,44,187); }
H1.HeaderClassName
{
color: #DF2CBB;
}
.AnyTagClassName
{
color: #DF2CBB;
}
</style>
background-color css
<style>
a { background-color: #DF2CBB; }
a { background-color: rgb(223,44,187); }
div.DivClassName
{
background-color: #DF2CBB;
}
.BgClassName
{
background-color: #DF2CBB;
}
</style>
border-color css
<style>
span { border-color: #DF2CBB; }
span { border-color: rgb(223,44,187); }
td.TdClassName
{
border-color: #DF2CBB;
}
.TagClassName
{
border-color: #DF2CBB;
}
</style>