Shades of Razzle Dazzle Rose #DD2DDD
Tints of Razzle Dazzle Rose #DD2DDD
RGB
CMYK
RGB Variations
Color information
#DD2DDD (or 0xDD2DDD) is known color: Razzle Dazzle Rose. HEX triplet: DD, 2D and DD. RGB value is (221,45,221). Sum of RGB (Red+Green+Blue) = 221+45+221=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 45 (17.97% from 255 or 9.24% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD2DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2DDD is #22D222. Grayscale: #757575. Windows color (decimal): -2282019 or 14495197. OLE color: 14495197.
HSL color Cylindrical-coordinate representation of color #DD2DDD: hue angle of 300º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2DDD is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 45 | 221 | - |
CMYK | 0 | 0.80 | 0 | 0.13 |
HSL | 300º | 0.72% | 0.52% | - |
HSV(B) | 300º | 0.8% | 0.87% | - |
XYZ | 43.81 | 22.47 | 70.43 | - |
YUV | 117.69 | 186.31 | 201.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 45 | 221 | 0 | 0.80 | 0 | 0.13 | 300 | 0.72 | 0.52 |
Hex | DD | 2D | DD | 0 | 50 | 0 | D | 12C | 48 | 34 |
Octal | 335 | 55 | 335 | 0 | 120 | 0 | 15 | 454 | 110 | 64 |
Binary | 11011101 | 101101 | 11011101 | 0 | 1010000 | 0 | 1101 | 100101100 | 1001000 | 110100 |
Color Harmonies of #DD2DDD
Complementary color
Monochromatic Colors of #DD2DDD
Black with #DD2DDD
Text Example
Text Example
White with #DD2DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2DDD; }
p { color: rgb(221,45,221); }
H1.HeaderClassName
{
color: #DD2DDD;
}
.AnyTagClassName
{
color: #DD2DDD;
}
</style>
background-color css
<style>
a { background-color: #DD2DDD; }
a { background-color: rgb(221,45,221); }
div.DivClassName
{
background-color: #DD2DDD;
}
.BgClassName
{
background-color: #DD2DDD;
}
</style>
border-color css
<style>
span { border-color: #DD2DDD; }
span { border-color: rgb(221,45,221); }
td.TdClassName
{
border-color: #DD2DDD;
}
.TagClassName
{
border-color: #DD2DDD;
}
</style>