Shades of Razzle Dazzle Rose #DF28BD
Tints of Razzle Dazzle Rose #DF28BD
RGB
CMYK
RGB Variations
Color information
#DF28BD (or 0xDF28BD) is known color: Razzle Dazzle Rose. HEX triplet: DF, 28 and BD. RGB value is (223,40,189). Sum of RGB (Red+Green+Blue) = 223+40+189=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF28BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF28BD is #20D742. Grayscale: #6F6F6F. Windows color (decimal): -2152259 or 12396767. OLE color: 12396767.
HSL color Cylindrical-coordinate representation of color #DF28BD: hue angle of 311.15º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF28BD is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 189 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.13 |
| HSL | 311.15º | 0.74% | 0.52% | - |
| HSV(B) | 311.15º | 0.82% | 0.87% | - |
| XYZ | 40.38 | 20.88 | 50.05 | - |
| YUV | 111.7 | 171.63 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 189 | 0 | 0.82 | 0.15 | 0.13 | 311.15 | 0.74 | 0.52 |
| Hex | DF | 28 | BD | 0 | 52 | F | D | 137 | 4A | 34 |
| Octal | 337 | 50 | 275 | 0 | 122 | 17 | 15 | 467 | 112 | 64 |
| Binary | 11011111 | 101000 | 10111101 | 0 | 1010010 | 1111 | 1101 | 100110111 | 1001010 | 110100 |
Color Harmonies of #DF28BD
Complementary color
Monochromatic Colors of #DF28BD
Black with #DF28BD
Text Example
Text Example
White with #DF28BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF28BD; }
p { color: rgb(223,40,189); }
H1.HeaderClassName
{
color: #DF28BD;
}
.AnyTagClassName
{
color: #DF28BD;
}
</style>
background-color css
<style>
a { background-color: #DF28BD; }
a { background-color: rgb(223,40,189); }
div.DivClassName
{
background-color: #DF28BD;
}
.BgClassName
{
background-color: #DF28BD;
}
</style>
border-color css
<style>
span { border-color: #DF28BD; }
span { border-color: rgb(223,40,189); }
td.TdClassName
{
border-color: #DF28BD;
}
.TagClassName
{
border-color: #DF28BD;
}
</style>