Shades of Razzle Dazzle Rose #DF23CA
Tints of Razzle Dazzle Rose #DF23CA
RGB
CMYK
RGB Variations
Color information
#DF23CA (or 0xDF23CA) is known color: Razzle Dazzle Rose. HEX triplet: DF, 23 and CA. RGB value is (223,35,202). Sum of RGB (Red+Green+Blue) = 223+35+202=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 35 (14.06% from 255 or 7.61% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF23CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF23CA is #20DC35. Grayscale: #6D6D6D. Windows color (decimal): -2153526 or 13247455. OLE color: 13247455.
HSL color Cylindrical-coordinate representation of color #DF23CA: hue angle of 306.7º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF23CA is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 202 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.13 |
| HSL | 306.7º | 0.75% | 0.51% | - |
| HSV(B) | 306.7º | 0.84% | 0.87% | - |
| XYZ | 41.69 | 21.15 | 57.76 | - |
| YUV | 110.25 | 179.78 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 202 | 0 | 0.84 | 0.09 | 0.13 | 306.7 | 0.75 | 0.51 |
| Hex | DF | 23 | CA | 0 | 54 | 9 | D | 133 | 4B | 33 |
| Octal | 337 | 43 | 312 | 0 | 124 | 11 | 15 | 463 | 113 | 63 |
| Binary | 11011111 | 100011 | 11001010 | 0 | 1010100 | 1001 | 1101 | 100110011 | 1001011 | 110011 |
Color Harmonies of #DF23CA
Complementary color
Monochromatic Colors of #DF23CA
Black with #DF23CA
Text Example
Text Example
White with #DF23CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF23CA; }
p { color: rgb(223,35,202); }
H1.HeaderClassName
{
color: #DF23CA;
}
.AnyTagClassName
{
color: #DF23CA;
}
</style>
background-color css
<style>
a { background-color: #DF23CA; }
a { background-color: rgb(223,35,202); }
div.DivClassName
{
background-color: #DF23CA;
}
.BgClassName
{
background-color: #DF23CA;
}
</style>
border-color css
<style>
span { border-color: #DF23CA; }
span { border-color: rgb(223,35,202); }
td.TdClassName
{
border-color: #DF23CA;
}
.TagClassName
{
border-color: #DF23CA;
}
</style>