Shades of Razzle Dazzle Rose #DD2FDF
Tints of Razzle Dazzle Rose #DD2FDF
RGB
CMYK
RGB Variations
Color information
#DD2FDF (or 0xDD2FDF) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2F and DF. RGB value is (221,47,223). Sum of RGB (Red+Green+Blue) = 221+47+223=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 47 (18.75% from 255 or 9.57% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD2FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2FDF is #22D020. Grayscale: #767676. Windows color (decimal): -2281505 or 14626781. OLE color: 14626781.
HSL color Cylindrical-coordinate representation of color #DD2FDF: hue angle of 299.32º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2FDF is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 47 | 223 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.13 |
| HSL | 299.32º | 0.73% | 0.53% | - |
| HSV(B) | 299.32º | 0.79% | 0.87% | - |
| XYZ | 44.15 | 22.73 | 71.87 | - |
| YUV | 119.09 | 186.65 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 47 | 223 | 0.01 | 0.79 | 0 | 0.13 | 299.32 | 0.73 | 0.53 |
| Hex | DD | 2F | DF | 1 | 4F | 0 | D | 12B | 49 | 35 |
| Octal | 335 | 57 | 337 | 1 | 117 | 0 | 15 | 453 | 111 | 65 |
| Binary | 11011101 | 101111 | 11011111 | 1 | 1001111 | 0 | 1101 | 100101011 | 1001001 | 110101 |
Color Harmonies of #DD2FDF
Complementary color
Monochromatic Colors of #DD2FDF
Black with #DD2FDF
Text Example
Text Example
White with #DD2FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2FDF; }
p { color: rgb(221,47,223); }
H1.HeaderClassName
{
color: #DD2FDF;
}
.AnyTagClassName
{
color: #DD2FDF;
}
</style>
background-color css
<style>
a { background-color: #DD2FDF; }
a { background-color: rgb(221,47,223); }
div.DivClassName
{
background-color: #DD2FDF;
}
.BgClassName
{
background-color: #DD2FDF;
}
</style>
border-color css
<style>
span { border-color: #DD2FDF; }
span { border-color: rgb(221,47,223); }
td.TdClassName
{
border-color: #DD2FDF;
}
.TagClassName
{
border-color: #DD2FDF;
}
</style>