Shades of Razzle Dazzle Rose #DC25CC
Tints of Razzle Dazzle Rose #DC25CC
RGB
CMYK
RGB Variations
Color information
#DC25CC (or 0xDC25CC) is known color: Razzle Dazzle Rose. HEX triplet: DC, 25 and CC. RGB value is (220,37,204). Sum of RGB (Red+Green+Blue) = 220+37+204=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 37 (14.84% from 255 or 8.03% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC25CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC25CC is #23DA33. Grayscale: #6E6E6E. Windows color (decimal): -2349620 or 13379036. OLE color: 13379036.
HSL color Cylindrical-coordinate representation of color #DC25CC: hue angle of 305.25º 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 #DC25CC is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 204 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.14 |
| HSL | 305.25º | 0.72% | 0.5% | - |
| HSV(B) | 305.25º | 0.83% | 0.86% | - |
| XYZ | 41.08 | 20.9 | 59 | - |
| YUV | 110.76 | 180.63 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 204 | 0 | 0.83 | 0.07 | 0.14 | 305.25 | 0.72 | 0.5 |
| Hex | DC | 25 | CC | 0 | 53 | 7 | E | 131 | 48 | 32 |
| Octal | 334 | 45 | 314 | 0 | 123 | 7 | 16 | 461 | 110 | 62 |
| Binary | 11011100 | 100101 | 11001100 | 0 | 1010011 | 111 | 1110 | 100110001 | 1001000 | 110010 |
Color Harmonies of #DC25CC
Complementary color
Monochromatic Colors of #DC25CC
Black with #DC25CC
Text Example
Text Example
White with #DC25CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC25CC; }
p { color: rgb(220,37,204); }
H1.HeaderClassName
{
color: #DC25CC;
}
.AnyTagClassName
{
color: #DC25CC;
}
</style>
background-color css
<style>
a { background-color: #DC25CC; }
a { background-color: rgb(220,37,204); }
div.DivClassName
{
background-color: #DC25CC;
}
.BgClassName
{
background-color: #DC25CC;
}
</style>
border-color css
<style>
span { border-color: #DC25CC; }
span { border-color: rgb(220,37,204); }
td.TdClassName
{
border-color: #DC25CC;
}
.TagClassName
{
border-color: #DC25CC;
}
</style>