Shades of Razzle Dazzle Rose #DF28CD
Tints of Razzle Dazzle Rose #DF28CD
RGB
CMYK
RGB Variations
Color information
#DF28CD (or 0xDF28CD) is known color: Razzle Dazzle Rose. HEX triplet: DF, 28 and CD. RGB value is (223,40,205). Sum of RGB (Red+Green+Blue) = 223+40+205=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 40 (16.02% from 255 or 8.55% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF28CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF28CD is #20D732. Grayscale: #717171. Windows color (decimal): -2152243 or 13445343. OLE color: 13445343.
HSL color Cylindrical-coordinate representation of color #DF28CD: hue angle of 305.9º 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 #DF28CD is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 205 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.13 |
| HSL | 305.9º | 0.74% | 0.52% | - |
| HSV(B) | 305.9º | 0.82% | 0.87% | - |
| XYZ | 42.21 | 21.61 | 59.7 | - |
| YUV | 113.53 | 179.63 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 205 | 0 | 0.82 | 0.08 | 0.13 | 305.9 | 0.74 | 0.52 |
| Hex | DF | 28 | CD | 0 | 52 | 8 | D | 132 | 4A | 34 |
| Octal | 337 | 50 | 315 | 0 | 122 | 10 | 15 | 462 | 112 | 64 |
| Binary | 11011111 | 101000 | 11001101 | 0 | 1010010 | 1000 | 1101 | 100110010 | 1001010 | 110100 |
Color Harmonies of #DF28CD
Complementary color
Monochromatic Colors of #DF28CD
Black with #DF28CD
Text Example
Text Example
White with #DF28CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF28CD; }
p { color: rgb(223,40,205); }
H1.HeaderClassName
{
color: #DF28CD;
}
.AnyTagClassName
{
color: #DF28CD;
}
</style>
background-color css
<style>
a { background-color: #DF28CD; }
a { background-color: rgb(223,40,205); }
div.DivClassName
{
background-color: #DF28CD;
}
.BgClassName
{
background-color: #DF28CD;
}
</style>
border-color css
<style>
span { border-color: #DF28CD; }
span { border-color: rgb(223,40,205); }
td.TdClassName
{
border-color: #DF28CD;
}
.TagClassName
{
border-color: #DF28CD;
}
</style>