Shades of Razzle Dazzle Rose #DD33C1
Tints of Razzle Dazzle Rose #DD33C1
RGB
CMYK
RGB Variations
Color information
#DD33C1 (or 0xDD33C1) is known color: Razzle Dazzle Rose. HEX triplet: DD, 33 and C1. RGB value is (221,51,193). Sum of RGB (Red+Green+Blue) = 221+51+193=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 51 (20.31% from 255 or 10.97% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD33C1 is #22CC3E. Grayscale: #757575. Windows color (decimal): -2280511 or 12661725. OLE color: 12661725.
HSL color Cylindrical-coordinate representation of color #DD33C1: hue angle of 309.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD33C1 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 193 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.13 |
| HSL | 309.88º | 0.71% | 0.53% | - |
| HSV(B) | 309.88º | 0.77% | 0.87% | - |
| XYZ | 40.63 | 21.59 | 52.48 | - |
| YUV | 118.02 | 170.32 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 193 | 0 | 0.77 | 0.13 | 0.13 | 309.88 | 0.71 | 0.53 |
| Hex | DD | 33 | C1 | 0 | 4D | D | D | 136 | 47 | 35 |
| Octal | 335 | 63 | 301 | 0 | 115 | 15 | 15 | 466 | 107 | 65 |
| Binary | 11011101 | 110011 | 11000001 | 0 | 1001101 | 1101 | 1101 | 100110110 | 1000111 | 110101 |
Color Harmonies of #DD33C1
Complementary color
Monochromatic Colors of #DD33C1
Black with #DD33C1
Text Example
Text Example
White with #DD33C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD33C1; }
p { color: rgb(221,51,193); }
H1.HeaderClassName
{
color: #DD33C1;
}
.AnyTagClassName
{
color: #DD33C1;
}
</style>
background-color css
<style>
a { background-color: #DD33C1; }
a { background-color: rgb(221,51,193); }
div.DivClassName
{
background-color: #DD33C1;
}
.BgClassName
{
background-color: #DD33C1;
}
</style>
border-color css
<style>
span { border-color: #DD33C1; }
span { border-color: rgb(221,51,193); }
td.TdClassName
{
border-color: #DD33C1;
}
.TagClassName
{
border-color: #DD33C1;
}
</style>