Shades of Razzle Dazzle Rose #DD31CA
Tints of Razzle Dazzle Rose #DD31CA
RGB
CMYK
RGB Variations
Color information
#DD31CA (or 0xDD31CA) is known color: Razzle Dazzle Rose. HEX triplet: DD, 31 and CA. RGB value is (221,49,202). Sum of RGB (Red+Green+Blue) = 221+49+202=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 49 (19.53% from 255 or 10.38% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD31CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD31CA is #22CE35. Grayscale: #757575. Windows color (decimal): -2281014 or 13251037. OLE color: 13251037.
HSL color Cylindrical-coordinate representation of color #DD31CA: hue angle of 306.63º degrees, saturation: 0.72, 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 #DD31CA is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 202 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.13 |
| HSL | 306.63º | 0.72% | 0.53% | - |
| HSV(B) | 306.63º | 0.78% | 0.87% | - |
| XYZ | 41.58 | 21.83 | 57.9 | - |
| YUV | 117.87 | 175.48 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 202 | 0 | 0.78 | 0.09 | 0.13 | 306.63 | 0.72 | 0.53 |
| Hex | DD | 31 | CA | 0 | 4E | 9 | D | 133 | 48 | 35 |
| Octal | 335 | 61 | 312 | 0 | 116 | 11 | 15 | 463 | 110 | 65 |
| Binary | 11011101 | 110001 | 11001010 | 0 | 1001110 | 1001 | 1101 | 100110011 | 1001000 | 110101 |
Color Harmonies of #DD31CA
Complementary color
Monochromatic Colors of #DD31CA
Black with #DD31CA
Text Example
Text Example
White with #DD31CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD31CA; }
p { color: rgb(221,49,202); }
H1.HeaderClassName
{
color: #DD31CA;
}
.AnyTagClassName
{
color: #DD31CA;
}
</style>
background-color css
<style>
a { background-color: #DD31CA; }
a { background-color: rgb(221,49,202); }
div.DivClassName
{
background-color: #DD31CA;
}
.BgClassName
{
background-color: #DD31CA;
}
</style>
border-color css
<style>
span { border-color: #DD31CA; }
span { border-color: rgb(221,49,202); }
td.TdClassName
{
border-color: #DD31CA;
}
.TagClassName
{
border-color: #DD31CA;
}
</style>