Shades of Razzle Dazzle Rose #DF30CA
Tints of Razzle Dazzle Rose #DF30CA
RGB
CMYK
RGB Variations
Color information
#DF30CA (or 0xDF30CA) is known color: Razzle Dazzle Rose. HEX triplet: DF, 30 and CA. RGB value is (223,48,202). Sum of RGB (Red+Green+Blue) = 223+48+202=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF30CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF30CA is #20CF35. Grayscale: #757575. Windows color (decimal): -2150198 or 13250783. OLE color: 13250783.
HSL color Cylindrical-coordinate representation of color #DF30CA: hue angle of 307.2º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF30CA is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 202 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.13 |
| HSL | 307.2º | 0.73% | 0.53% | - |
| HSV(B) | 307.2º | 0.78% | 0.87% | - |
| XYZ | 42.15 | 22.07 | 57.91 | - |
| YUV | 117.88 | 175.48 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 202 | 0 | 0.78 | 0.09 | 0.13 | 307.2 | 0.73 | 0.53 |
| Hex | DF | 30 | CA | 0 | 4E | 9 | D | 133 | 49 | 35 |
| Octal | 337 | 60 | 312 | 0 | 116 | 11 | 15 | 463 | 111 | 65 |
| Binary | 11011111 | 110000 | 11001010 | 0 | 1001110 | 1001 | 1101 | 100110011 | 1001001 | 110101 |
Color Harmonies of #DF30CA
Complementary color
Monochromatic Colors of #DF30CA
Black with #DF30CA
Text Example
Text Example
White with #DF30CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF30CA; }
p { color: rgb(223,48,202); }
H1.HeaderClassName
{
color: #DF30CA;
}
.AnyTagClassName
{
color: #DF30CA;
}
</style>
background-color css
<style>
a { background-color: #DF30CA; }
a { background-color: rgb(223,48,202); }
div.DivClassName
{
background-color: #DF30CA;
}
.BgClassName
{
background-color: #DF30CA;
}
</style>
border-color css
<style>
span { border-color: #DF30CA; }
span { border-color: rgb(223,48,202); }
td.TdClassName
{
border-color: #DF30CA;
}
.TagClassName
{
border-color: #DF30CA;
}
</style>