Shades of Razzle Dazzle Rose #DC2FDD
Tints of Razzle Dazzle Rose #DC2FDD
RGB
CMYK
RGB Variations
Color information
#DC2FDD (or 0xDC2FDD) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2F and DD. RGB value is (220,47,221). Sum of RGB (Red+Green+Blue) = 220+47+221=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 47 (18.75% from 255 or 9.63% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC2FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2FDD is #23D022. Grayscale: #767676. Windows color (decimal): -2347043 or 14495708. OLE color: 14495708.
HSL color Cylindrical-coordinate representation of color #DC2FDD: hue angle of 299.66º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC2FDD is Cyan = 0.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 47 | 221 | - |
| CMYK | 0.00 | 0.79 | 0 | 0.13 |
| HSL | 299.66º | 0.72% | 0.53% | - |
| HSV(B) | 299.66º | 0.79% | 0.87% | - |
| XYZ | 43.58 | 22.47 | 70.45 | - |
| YUV | 118.56 | 185.81 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 221 | 0.00 | 0.79 | 0 | 0.13 | 299.66 | 0.72 | 0.53 |
| Hex | DC | 2F | DD | 0 | 4F | 0 | D | 12C | 48 | 35 |
| Octal | 334 | 57 | 335 | 0 | 117 | 0 | 15 | 454 | 110 | 65 |
| Binary | 11011100 | 101111 | 11011101 | 0 | 1001111 | 0 | 1101 | 100101100 | 1001000 | 110101 |
Color Harmonies of #DC2FDD
Complementary color
Monochromatic Colors of #DC2FDD
Black with #DC2FDD
Text Example
Text Example
White with #DC2FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2FDD; }
p { color: rgb(220,47,221); }
H1.HeaderClassName
{
color: #DC2FDD;
}
.AnyTagClassName
{
color: #DC2FDD;
}
</style>
background-color css
<style>
a { background-color: #DC2FDD; }
a { background-color: rgb(220,47,221); }
div.DivClassName
{
background-color: #DC2FDD;
}
.BgClassName
{
background-color: #DC2FDD;
}
</style>
border-color css
<style>
span { border-color: #DC2FDD; }
span { border-color: rgb(220,47,221); }
td.TdClassName
{
border-color: #DC2FDD;
}
.TagClassName
{
border-color: #DC2FDD;
}
</style>