Shades of Razzle Dazzle Rose #DD34CA
Tints of Razzle Dazzle Rose #DD34CA
RGB
CMYK
RGB Variations
Color information
#DD34CA (or 0xDD34CA) is known color: Razzle Dazzle Rose. HEX triplet: DD, 34 and CA. RGB value is (221,52,202). Sum of RGB (Red+Green+Blue) = 221+52+202=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 52 (20.70% from 255 or 10.95% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD34CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD34CA is #22CB35. Grayscale: #777777. Windows color (decimal): -2280246 or 13251805. OLE color: 13251805.
HSL color Cylindrical-coordinate representation of color #DD34CA: hue angle of 306.75º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD34CA is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 202 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.13 |
| HSL | 306.75º | 0.71% | 0.54% | - |
| HSV(B) | 306.75º | 0.76% | 0.87% | - |
| XYZ | 41.71 | 22.09 | 57.94 | - |
| YUV | 119.63 | 174.49 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 202 | 0 | 0.76 | 0.09 | 0.13 | 306.75 | 0.71 | 0.54 |
| Hex | DD | 34 | CA | 0 | 4C | 9 | D | 133 | 47 | 36 |
| Octal | 335 | 64 | 312 | 0 | 114 | 11 | 15 | 463 | 107 | 66 |
| Binary | 11011101 | 110100 | 11001010 | 0 | 1001100 | 1001 | 1101 | 100110011 | 1000111 | 110110 |
Color Harmonies of #DD34CA
Complementary color
Monochromatic Colors of #DD34CA
Black with #DD34CA
Text Example
Text Example
White with #DD34CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD34CA; }
p { color: rgb(221,52,202); }
H1.HeaderClassName
{
color: #DD34CA;
}
.AnyTagClassName
{
color: #DD34CA;
}
</style>
background-color css
<style>
a { background-color: #DD34CA; }
a { background-color: rgb(221,52,202); }
div.DivClassName
{
background-color: #DD34CA;
}
.BgClassName
{
background-color: #DD34CA;
}
</style>
border-color css
<style>
span { border-color: #DD34CA; }
span { border-color: rgb(221,52,202); }
td.TdClassName
{
border-color: #DD34CA;
}
.TagClassName
{
border-color: #DD34CA;
}
</style>