Shades of Razzle Dazzle Rose #DD25CF
Tints of Razzle Dazzle Rose #DD25CF
RGB
CMYK
RGB Variations
Color information
#DD25CF (or 0xDD25CF) is known color: Razzle Dazzle Rose. HEX triplet: DD, 25 and CF. RGB value is (221,37,207). Sum of RGB (Red+Green+Blue) = 221+37+207=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 37 (14.84% from 255 or 7.96% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD25CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD25CF is #22DA30. Grayscale: #6E6E6E. Windows color (decimal): -2284081 or 13575645. OLE color: 13575645.
HSL color Cylindrical-coordinate representation of color #DD25CF: hue angle of 304.57º 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 #DD25CF is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 207 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.13 |
| HSL | 304.57º | 0.73% | 0.51% | - |
| HSV(B) | 304.57º | 0.83% | 0.87% | - |
| XYZ | 41.74 | 21.2 | 60.92 | - |
| YUV | 111.4 | 181.96 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 207 | 0 | 0.83 | 0.06 | 0.13 | 304.57 | 0.73 | 0.51 |
| Hex | DD | 25 | CF | 0 | 53 | 6 | D | 131 | 49 | 33 |
| Octal | 335 | 45 | 317 | 0 | 123 | 6 | 15 | 461 | 111 | 63 |
| Binary | 11011101 | 100101 | 11001111 | 0 | 1010011 | 110 | 1101 | 100110001 | 1001001 | 110011 |
Color Harmonies of #DD25CF
Complementary color
Monochromatic Colors of #DD25CF
Black with #DD25CF
Text Example
Text Example
White with #DD25CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD25CF; }
p { color: rgb(221,37,207); }
H1.HeaderClassName
{
color: #DD25CF;
}
.AnyTagClassName
{
color: #DD25CF;
}
</style>
background-color css
<style>
a { background-color: #DD25CF; }
a { background-color: rgb(221,37,207); }
div.DivClassName
{
background-color: #DD25CF;
}
.BgClassName
{
background-color: #DD25CF;
}
</style>
border-color css
<style>
span { border-color: #DD25CF; }
span { border-color: rgb(221,37,207); }
td.TdClassName
{
border-color: #DD25CF;
}
.TagClassName
{
border-color: #DD25CF;
}
</style>