Shades of Razzle Dazzle Rose #DC25C9
Tints of Razzle Dazzle Rose #DC25C9
RGB
CMYK
RGB Variations
Color information
#DC25C9 (or 0xDC25C9) is known color: Razzle Dazzle Rose. HEX triplet: DC, 25 and C9. RGB value is (220,37,201). Sum of RGB (Red+Green+Blue) = 220+37+201=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 37 (14.84% from 255 or 8.08% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC25C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC25C9 is #23DA36. Grayscale: #6D6D6D. Windows color (decimal): -2349623 or 13182428. OLE color: 13182428.
HSL color Cylindrical-coordinate representation of color #DC25C9: hue angle of 306.23º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC25C9 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 201 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.14 |
| HSL | 306.23º | 0.72% | 0.5% | - |
| HSV(B) | 306.23º | 0.83% | 0.86% | - |
| XYZ | 40.72 | 20.76 | 57.12 | - |
| YUV | 110.41 | 179.13 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 201 | 0 | 0.83 | 0.09 | 0.14 | 306.23 | 0.72 | 0.5 |
| Hex | DC | 25 | C9 | 0 | 53 | 9 | E | 132 | 48 | 32 |
| Octal | 334 | 45 | 311 | 0 | 123 | 11 | 16 | 462 | 110 | 62 |
| Binary | 11011100 | 100101 | 11001001 | 0 | 1010011 | 1001 | 1110 | 100110010 | 1001000 | 110010 |
Color Harmonies of #DC25C9
Complementary color
Monochromatic Colors of #DC25C9
Black with #DC25C9
Text Example
Text Example
White with #DC25C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC25C9; }
p { color: rgb(220,37,201); }
H1.HeaderClassName
{
color: #DC25C9;
}
.AnyTagClassName
{
color: #DC25C9;
}
</style>
background-color css
<style>
a { background-color: #DC25C9; }
a { background-color: rgb(220,37,201); }
div.DivClassName
{
background-color: #DC25C9;
}
.BgClassName
{
background-color: #DC25C9;
}
</style>
border-color css
<style>
span { border-color: #DC25C9; }
span { border-color: rgb(220,37,201); }
td.TdClassName
{
border-color: #DC25C9;
}
.TagClassName
{
border-color: #DC25C9;
}
</style>