Shades of Razzle Dazzle Rose #DD25CE
Tints of Razzle Dazzle Rose #DD25CE
RGB
CMYK
RGB Variations
Color information
#DD25CE (or 0xDD25CE) is known color: Razzle Dazzle Rose. HEX triplet: DD, 25 and CE. RGB value is (221,37,206). Sum of RGB (Red+Green+Blue) = 221+37+206=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 37 (14.84% from 255 or 7.97% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD25CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD25CE is #22DA31. Grayscale: #6E6E6E. Windows color (decimal): -2284082 or 13510109. OLE color: 13510109.
HSL color Cylindrical-coordinate representation of color #DD25CE: hue angle of 304.89º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD25CE is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 206 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.13 |
| HSL | 304.89º | 0.73% | 0.51% | - |
| HSV(B) | 304.89º | 0.83% | 0.87% | - |
| XYZ | 41.62 | 21.15 | 60.28 | - |
| YUV | 111.28 | 181.46 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 206 | 0 | 0.83 | 0.07 | 0.13 | 304.89 | 0.73 | 0.51 |
| Hex | DD | 25 | CE | 0 | 53 | 7 | D | 131 | 49 | 33 |
| Octal | 335 | 45 | 316 | 0 | 123 | 7 | 15 | 461 | 111 | 63 |
| Binary | 11011101 | 100101 | 11001110 | 0 | 1010011 | 111 | 1101 | 100110001 | 1001001 | 110011 |
Color Harmonies of #DD25CE
Complementary color
Monochromatic Colors of #DD25CE
Black with #DD25CE
Text Example
Text Example
White with #DD25CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD25CE; }
p { color: rgb(221,37,206); }
H1.HeaderClassName
{
color: #DD25CE;
}
.AnyTagClassName
{
color: #DD25CE;
}
</style>
background-color css
<style>
a { background-color: #DD25CE; }
a { background-color: rgb(221,37,206); }
div.DivClassName
{
background-color: #DD25CE;
}
.BgClassName
{
background-color: #DD25CE;
}
</style>
border-color css
<style>
span { border-color: #DD25CE; }
span { border-color: rgb(221,37,206); }
td.TdClassName
{
border-color: #DD25CE;
}
.TagClassName
{
border-color: #DD25CE;
}
</style>