Shades of Razzle Dazzle Rose #DD25D1
Tints of Razzle Dazzle Rose #DD25D1
RGB
CMYK
RGB Variations
Color information
#DD25D1 (or 0xDD25D1) is known color: Razzle Dazzle Rose. HEX triplet: DD, 25 and D1. RGB value is (221,37,209). Sum of RGB (Red+Green+Blue) = 221+37+209=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 37 (14.84% from 255 or 7.92% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD25D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD25D1 is #22DA2E. Grayscale: #6F6F6F. Windows color (decimal): -2284079 or 13706717. OLE color: 13706717.
HSL color Cylindrical-coordinate representation of color #DD25D1: hue angle of 303.91º 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 #DD25D1 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 209 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.13 |
| HSL | 303.91º | 0.73% | 0.51% | - |
| HSV(B) | 303.91º | 0.83% | 0.87% | - |
| XYZ | 41.99 | 21.3 | 62.22 | - |
| YUV | 111.62 | 182.96 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 209 | 0 | 0.83 | 0.05 | 0.13 | 303.91 | 0.73 | 0.51 |
| Hex | DD | 25 | D1 | 0 | 53 | 5 | D | 130 | 49 | 33 |
| Octal | 335 | 45 | 321 | 0 | 123 | 5 | 15 | 460 | 111 | 63 |
| Binary | 11011101 | 100101 | 11010001 | 0 | 1010011 | 101 | 1101 | 100110000 | 1001001 | 110011 |
Color Harmonies of #DD25D1
Complementary color
Monochromatic Colors of #DD25D1
Black with #DD25D1
Text Example
Text Example
White with #DD25D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD25D1; }
p { color: rgb(221,37,209); }
H1.HeaderClassName
{
color: #DD25D1;
}
.AnyTagClassName
{
color: #DD25D1;
}
</style>
background-color css
<style>
a { background-color: #DD25D1; }
a { background-color: rgb(221,37,209); }
div.DivClassName
{
background-color: #DD25D1;
}
.BgClassName
{
background-color: #DD25D1;
}
</style>
border-color css
<style>
span { border-color: #DD25D1; }
span { border-color: rgb(221,37,209); }
td.TdClassName
{
border-color: #DD25D1;
}
.TagClassName
{
border-color: #DD25D1;
}
</style>