Shades of Razzle Dazzle Rose #DC25CF
Tints of Razzle Dazzle Rose #DC25CF
RGB
CMYK
RGB Variations
Color information
#DC25CF (or 0xDC25CF) is known color: Razzle Dazzle Rose. HEX triplet: DC, 25 and CF. RGB value is (220,37,207). Sum of RGB (Red+Green+Blue) = 220+37+207=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 37 (14.84% from 255 or 7.97% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC25CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC25CF is #23DA30. Grayscale: #6E6E6E. Windows color (decimal): -2349617 or 13575644. OLE color: 13575644.
HSL color Cylindrical-coordinate representation of color #DC25CF: hue angle of 304.26º 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 #DC25CF is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 207 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.14 |
| HSL | 304.26º | 0.72% | 0.5% | - |
| HSV(B) | 304.26º | 0.83% | 0.86% | - |
| XYZ | 41.44 | 21.04 | 60.91 | - |
| YUV | 111.1 | 182.13 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 207 | 0 | 0.83 | 0.06 | 0.14 | 304.26 | 0.72 | 0.5 |
| Hex | DC | 25 | CF | 0 | 53 | 6 | E | 130 | 48 | 32 |
| Octal | 334 | 45 | 317 | 0 | 123 | 6 | 16 | 460 | 110 | 62 |
| Binary | 11011100 | 100101 | 11001111 | 0 | 1010011 | 110 | 1110 | 100110000 | 1001000 | 110010 |
Color Harmonies of #DC25CF
Complementary color
Monochromatic Colors of #DC25CF
Black with #DC25CF
Text Example
Text Example
White with #DC25CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC25CF; }
p { color: rgb(220,37,207); }
H1.HeaderClassName
{
color: #DC25CF;
}
.AnyTagClassName
{
color: #DC25CF;
}
</style>
background-color css
<style>
a { background-color: #DC25CF; }
a { background-color: rgb(220,37,207); }
div.DivClassName
{
background-color: #DC25CF;
}
.BgClassName
{
background-color: #DC25CF;
}
</style>
border-color css
<style>
span { border-color: #DC25CF; }
span { border-color: rgb(220,37,207); }
td.TdClassName
{
border-color: #DC25CF;
}
.TagClassName
{
border-color: #DC25CF;
}
</style>