Shades of Razzle Dazzle Rose #DC2DD3
Tints of Razzle Dazzle Rose #DC2DD3
RGB
CMYK
RGB Variations
Color information
#DC2DD3 (or 0xDC2DD3) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2D and D3. RGB value is (220,45,211). Sum of RGB (Red+Green+Blue) = 220+45+211=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 45 (17.97% from 255 or 9.45% from 476); Blue value is 211 (82.81% from 255 or 44.33% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2DD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2DD3 is #23D22C. Grayscale: #737373. Windows color (decimal): -2347565 or 13839836. OLE color: 13839836.
HSL color Cylindrical-coordinate representation of color #DC2DD3: hue angle of 303.09º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2DD3 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 211 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.14 |
| HSL | 303.09º | 0.71% | 0.52% | - |
| HSV(B) | 303.09º | 0.8% | 0.86% | - |
| XYZ | 42.21 | 21.8 | 63.61 | - |
| YUV | 116.25 | 181.48 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 211 | 0 | 0.80 | 0.04 | 0.14 | 303.09 | 0.71 | 0.52 |
| Hex | DC | 2D | D3 | 0 | 50 | 4 | E | 12F | 47 | 34 |
| Octal | 334 | 55 | 323 | 0 | 120 | 4 | 16 | 457 | 107 | 64 |
| Binary | 11011100 | 101101 | 11010011 | 0 | 1010000 | 100 | 1110 | 100101111 | 1000111 | 110100 |
Color Harmonies of #DC2DD3
Complementary color
Monochromatic Colors of #DC2DD3
Black with #DC2DD3
Text Example
Text Example
White with #DC2DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2DD3; }
p { color: rgb(220,45,211); }
H1.HeaderClassName
{
color: #DC2DD3;
}
.AnyTagClassName
{
color: #DC2DD3;
}
</style>
background-color css
<style>
a { background-color: #DC2DD3; }
a { background-color: rgb(220,45,211); }
div.DivClassName
{
background-color: #DC2DD3;
}
.BgClassName
{
background-color: #DC2DD3;
}
</style>
border-color css
<style>
span { border-color: #DC2DD3; }
span { border-color: rgb(220,45,211); }
td.TdClassName
{
border-color: #DC2DD3;
}
.TagClassName
{
border-color: #DC2DD3;
}
</style>