Shades of Razzle Dazzle Rose #DD33C4
Tints of Razzle Dazzle Rose #DD33C4
RGB
CMYK
RGB Variations
Color information
#DD33C4 (or 0xDD33C4) is known color: Razzle Dazzle Rose. HEX triplet: DD, 33 and C4. RGB value is (221,51,196). Sum of RGB (Red+Green+Blue) = 221+51+196=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 51 (20.31% from 255 or 10.90% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD33C4 is #22CC3B. Grayscale: #757575. Windows color (decimal): -2280508 or 12858333. OLE color: 12858333.
HSL color Cylindrical-coordinate representation of color #DD33C4: hue angle of 308.82º 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 #DD33C4 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 196 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.13 |
| HSL | 308.82º | 0.71% | 0.53% | - |
| HSV(B) | 308.82º | 0.77% | 0.87% | - |
| XYZ | 40.97 | 21.73 | 54.26 | - |
| YUV | 118.36 | 171.82 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 196 | 0 | 0.77 | 0.11 | 0.13 | 308.82 | 0.71 | 0.53 |
| Hex | DD | 33 | C4 | 0 | 4D | B | D | 135 | 47 | 35 |
| Octal | 335 | 63 | 304 | 0 | 115 | 13 | 15 | 465 | 107 | 65 |
| Binary | 11011101 | 110011 | 11000100 | 0 | 1001101 | 1011 | 1101 | 100110101 | 1000111 | 110101 |
Color Harmonies of #DD33C4
Complementary color
Monochromatic Colors of #DD33C4
Black with #DD33C4
Text Example
Text Example
White with #DD33C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD33C4; }
p { color: rgb(221,51,196); }
H1.HeaderClassName
{
color: #DD33C4;
}
.AnyTagClassName
{
color: #DD33C4;
}
</style>
background-color css
<style>
a { background-color: #DD33C4; }
a { background-color: rgb(221,51,196); }
div.DivClassName
{
background-color: #DD33C4;
}
.BgClassName
{
background-color: #DD33C4;
}
</style>
border-color css
<style>
span { border-color: #DD33C4; }
span { border-color: rgb(221,51,196); }
td.TdClassName
{
border-color: #DD33C4;
}
.TagClassName
{
border-color: #DD33C4;
}
</style>