Shades of Razzle Dazzle Rose #DF33B4
Tints of Razzle Dazzle Rose #DF33B4
RGB
CMYK
RGB Variations
Color information
#DF33B4 (or 0xDF33B4) is known color: Razzle Dazzle Rose. HEX triplet: DF, 33 and B4. RGB value is (223,51,180). Sum of RGB (Red+Green+Blue) = 223+51+180=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF33B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF33B4 is #20CC4B. Grayscale: #747474. Windows color (decimal): -2149452 or 11809759. OLE color: 11809759.
HSL color Cylindrical-coordinate representation of color #DF33B4: hue angle of 315º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF33B4 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 180 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.13 |
| HSL | 315º | 0.73% | 0.54% | - |
| HSV(B) | 315º | 0.77% | 0.87% | - |
| XYZ | 39.85 | 21.35 | 45.2 | - |
| YUV | 117.13 | 163.48 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 180 | 0 | 0.77 | 0.19 | 0.13 | 315 | 0.73 | 0.54 |
| Hex | DF | 33 | B4 | 0 | 4D | 13 | D | 13B | 49 | 36 |
| Octal | 337 | 63 | 264 | 0 | 115 | 23 | 15 | 473 | 111 | 66 |
| Binary | 11011111 | 110011 | 10110100 | 0 | 1001101 | 10011 | 1101 | 100111011 | 1001001 | 110110 |
Color Harmonies of #DF33B4
Complementary color
Monochromatic Colors of #DF33B4
Black with #DF33B4
Text Example
Text Example
White with #DF33B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF33B4; }
p { color: rgb(223,51,180); }
H1.HeaderClassName
{
color: #DF33B4;
}
.AnyTagClassName
{
color: #DF33B4;
}
</style>
background-color css
<style>
a { background-color: #DF33B4; }
a { background-color: rgb(223,51,180); }
div.DivClassName
{
background-color: #DF33B4;
}
.BgClassName
{
background-color: #DF33B4;
}
</style>
border-color css
<style>
span { border-color: #DF33B4; }
span { border-color: rgb(223,51,180); }
td.TdClassName
{
border-color: #DF33B4;
}
.TagClassName
{
border-color: #DF33B4;
}
</style>