Shades of Razzle Dazzle Rose #DC38CA
Tints of Razzle Dazzle Rose #DC38CA
RGB
CMYK
RGB Variations
Color information
#DC38CA (or 0xDC38CA) is known color: Razzle Dazzle Rose. HEX triplet: DC, 38 and CA. RGB value is (220,56,202). Sum of RGB (Red+Green+Blue) = 220+56+202=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 56 (22.27% from 255 or 11.72% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC38CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC38CA is #23C735. Grayscale: #797979. Windows color (decimal): -2344758 or 13252828. OLE color: 13252828.
HSL color Cylindrical-coordinate representation of color #DC38CA: hue angle of 306.59º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC38CA is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 202 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.14 |
| HSL | 306.59º | 0.7% | 0.54% | - |
| HSV(B) | 306.59º | 0.75% | 0.86% | - |
| XYZ | 41.59 | 22.31 | 57.99 | - |
| YUV | 121.68 | 173.33 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 202 | 0 | 0.75 | 0.08 | 0.14 | 306.59 | 0.7 | 0.54 |
| Hex | DC | 38 | CA | 0 | 4B | 8 | E | 133 | 46 | 36 |
| Octal | 334 | 70 | 312 | 0 | 113 | 10 | 16 | 463 | 106 | 66 |
| Binary | 11011100 | 111000 | 11001010 | 0 | 1001011 | 1000 | 1110 | 100110011 | 1000110 | 110110 |
Color Harmonies of #DC38CA
Complementary color
Monochromatic Colors of #DC38CA
Black with #DC38CA
Text Example
Text Example
White with #DC38CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC38CA; }
p { color: rgb(220,56,202); }
H1.HeaderClassName
{
color: #DC38CA;
}
.AnyTagClassName
{
color: #DC38CA;
}
</style>
background-color css
<style>
a { background-color: #DC38CA; }
a { background-color: rgb(220,56,202); }
div.DivClassName
{
background-color: #DC38CA;
}
.BgClassName
{
background-color: #DC38CA;
}
</style>
border-color css
<style>
span { border-color: #DC38CA; }
span { border-color: rgb(220,56,202); }
td.TdClassName
{
border-color: #DC38CA;
}
.TagClassName
{
border-color: #DC38CA;
}
</style>