Shades of Razzle Dazzle Rose #DC29CF
Tints of Razzle Dazzle Rose #DC29CF
RGB
CMYK
RGB Variations
Color information
#DC29CF (or 0xDC29CF) is known color: Razzle Dazzle Rose. HEX triplet: DC, 29 and CF. RGB value is (220,41,207). Sum of RGB (Red+Green+Blue) = 220+41+207=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 41 (16.41% from 255 or 8.76% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC29CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC29CF is #23D630. Grayscale: #707070. Windows color (decimal): -2348593 or 13576668. OLE color: 13576668.
HSL color Cylindrical-coordinate representation of color #DC29CF: hue angle of 304.36º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC29CF is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 207 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.14 |
| HSL | 304.36º | 0.72% | 0.51% | - |
| HSV(B) | 304.36º | 0.81% | 0.86% | - |
| XYZ | 41.57 | 21.31 | 60.95 | - |
| YUV | 113.45 | 180.8 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 207 | 0 | 0.81 | 0.06 | 0.14 | 304.36 | 0.72 | 0.51 |
| Hex | DC | 29 | CF | 0 | 51 | 6 | E | 130 | 48 | 33 |
| Octal | 334 | 51 | 317 | 0 | 121 | 6 | 16 | 460 | 110 | 63 |
| Binary | 11011100 | 101001 | 11001111 | 0 | 1010001 | 110 | 1110 | 100110000 | 1001000 | 110011 |
Color Harmonies of #DC29CF
Complementary color
Monochromatic Colors of #DC29CF
Black with #DC29CF
Text Example
Text Example
White with #DC29CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC29CF; }
p { color: rgb(220,41,207); }
H1.HeaderClassName
{
color: #DC29CF;
}
.AnyTagClassName
{
color: #DC29CF;
}
</style>
background-color css
<style>
a { background-color: #DC29CF; }
a { background-color: rgb(220,41,207); }
div.DivClassName
{
background-color: #DC29CF;
}
.BgClassName
{
background-color: #DC29CF;
}
</style>
border-color css
<style>
span { border-color: #DC29CF; }
span { border-color: rgb(220,41,207); }
td.TdClassName
{
border-color: #DC29CF;
}
.TagClassName
{
border-color: #DC29CF;
}
</style>