Shades of Razzle Dazzle Rose #DD34CC
Tints of Razzle Dazzle Rose #DD34CC
RGB
CMYK
RGB Variations
Color information
#DD34CC (or 0xDD34CC) is known color: Razzle Dazzle Rose. HEX triplet: DD, 34 and CC. RGB value is (221,52,204). Sum of RGB (Red+Green+Blue) = 221+52+204=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 52 (20.70% from 255 or 10.90% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD34CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD34CC is #22CB33. Grayscale: #777777. Windows color (decimal): -2280244 or 13382877. OLE color: 13382877.
HSL color Cylindrical-coordinate representation of color #DD34CC: hue angle of 306.04º 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 #DD34CC is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 204 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.13 |
| HSL | 306.04º | 0.71% | 0.54% | - |
| HSV(B) | 306.04º | 0.76% | 0.87% | - |
| XYZ | 41.95 | 22.19 | 59.2 | - |
| YUV | 119.86 | 175.49 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 204 | 0 | 0.76 | 0.08 | 0.13 | 306.04 | 0.71 | 0.54 |
| Hex | DD | 34 | CC | 0 | 4C | 8 | D | 132 | 47 | 36 |
| Octal | 335 | 64 | 314 | 0 | 114 | 10 | 15 | 462 | 107 | 66 |
| Binary | 11011101 | 110100 | 11001100 | 0 | 1001100 | 1000 | 1101 | 100110010 | 1000111 | 110110 |
Color Harmonies of #DD34CC
Complementary color
Monochromatic Colors of #DD34CC
Black with #DD34CC
Text Example
Text Example
White with #DD34CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD34CC; }
p { color: rgb(221,52,204); }
H1.HeaderClassName
{
color: #DD34CC;
}
.AnyTagClassName
{
color: #DD34CC;
}
</style>
background-color css
<style>
a { background-color: #DD34CC; }
a { background-color: rgb(221,52,204); }
div.DivClassName
{
background-color: #DD34CC;
}
.BgClassName
{
background-color: #DD34CC;
}
</style>
border-color css
<style>
span { border-color: #DD34CC; }
span { border-color: rgb(221,52,204); }
td.TdClassName
{
border-color: #DD34CC;
}
.TagClassName
{
border-color: #DD34CC;
}
</style>