Shades of Razzle Dazzle Rose #DD27DF
Tints of Razzle Dazzle Rose #DD27DF
RGB
CMYK
RGB Variations
Color information
#DD27DF (or 0xDD27DF) is known color: Razzle Dazzle Rose. HEX triplet: DD, 27 and DF. RGB value is (221,39,223). Sum of RGB (Red+Green+Blue) = 221+39+223=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 39 (15.62% from 255 or 8.07% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD27DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD27DF is #22D820. Grayscale: #717171. Windows color (decimal): -2283553 or 14624733. OLE color: 14624733.
HSL color Cylindrical-coordinate representation of color #DD27DF: hue angle of 299.35º degrees, saturation: 0.74, 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 #DD27DF is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 223 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.13 |
| HSL | 299.35º | 0.74% | 0.51% | - |
| HSV(B) | 299.35º | 0.83% | 0.87% | - |
| XYZ | 43.86 | 22.15 | 71.78 | - |
| YUV | 114.39 | 189.3 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 223 | 0.01 | 0.83 | 0 | 0.13 | 299.35 | 0.74 | 0.51 |
| Hex | DD | 27 | DF | 1 | 53 | 0 | D | 12B | 4A | 33 |
| Octal | 335 | 47 | 337 | 1 | 123 | 0 | 15 | 453 | 112 | 63 |
| Binary | 11011101 | 100111 | 11011111 | 1 | 1010011 | 0 | 1101 | 100101011 | 1001010 | 110011 |
Color Harmonies of #DD27DF
Complementary color
Monochromatic Colors of #DD27DF
Black with #DD27DF
Text Example
Text Example
White with #DD27DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD27DF; }
p { color: rgb(221,39,223); }
H1.HeaderClassName
{
color: #DD27DF;
}
.AnyTagClassName
{
color: #DD27DF;
}
</style>
background-color css
<style>
a { background-color: #DD27DF; }
a { background-color: rgb(221,39,223); }
div.DivClassName
{
background-color: #DD27DF;
}
.BgClassName
{
background-color: #DD27DF;
}
</style>
border-color css
<style>
span { border-color: #DD27DF; }
span { border-color: rgb(221,39,223); }
td.TdClassName
{
border-color: #DD27DF;
}
.TagClassName
{
border-color: #DD27DF;
}
</style>