Shades of Razzle Dazzle Rose #DC25CA
Tints of Razzle Dazzle Rose #DC25CA
RGB
CMYK
RGB Variations
Color information
#DC25CA (or 0xDC25CA) is known color: Razzle Dazzle Rose. HEX triplet: DC, 25 and CA. RGB value is (220,37,202). Sum of RGB (Red+Green+Blue) = 220+37+202=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC25CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC25CA is #23DA35. Grayscale: #6E6E6E. Windows color (decimal): -2349622 or 13247964. OLE color: 13247964.
HSL color Cylindrical-coordinate representation of color #DC25CA: hue angle of 305.9º 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 #DC25CA is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 202 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.14 |
| HSL | 305.9º | 0.72% | 0.5% | - |
| HSV(B) | 305.9º | 0.83% | 0.86% | - |
| XYZ | 40.84 | 20.8 | 57.74 | - |
| YUV | 110.53 | 179.63 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 202 | 0 | 0.83 | 0.08 | 0.14 | 305.9 | 0.72 | 0.5 |
| Hex | DC | 25 | CA | 0 | 53 | 8 | E | 132 | 48 | 32 |
| Octal | 334 | 45 | 312 | 0 | 123 | 10 | 16 | 462 | 110 | 62 |
| Binary | 11011100 | 100101 | 11001010 | 0 | 1010011 | 1000 | 1110 | 100110010 | 1001000 | 110010 |
Color Harmonies of #DC25CA
Complementary color
Monochromatic Colors of #DC25CA
Black with #DC25CA
Text Example
Text Example
White with #DC25CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC25CA; }
p { color: rgb(220,37,202); }
H1.HeaderClassName
{
color: #DC25CA;
}
.AnyTagClassName
{
color: #DC25CA;
}
</style>
background-color css
<style>
a { background-color: #DC25CA; }
a { background-color: rgb(220,37,202); }
div.DivClassName
{
background-color: #DC25CA;
}
.BgClassName
{
background-color: #DC25CA;
}
</style>
border-color css
<style>
span { border-color: #DC25CA; }
span { border-color: rgb(220,37,202); }
td.TdClassName
{
border-color: #DC25CA;
}
.TagClassName
{
border-color: #DC25CA;
}
</style>