Shades of Razzle Dazzle Rose #DC28C3
Tints of Razzle Dazzle Rose #DC28C3
RGB
CMYK
RGB Variations
Color information
#DC28C3 (or 0xDC28C3) is known color: Razzle Dazzle Rose. HEX triplet: DC, 28 and C3. RGB value is (220,40,195). Sum of RGB (Red+Green+Blue) = 220+40+195=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC28C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC28C3 is #23D73C. Grayscale: #6F6F6F. Windows color (decimal): -2348861 or 12789980. OLE color: 12789980.
HSL color Cylindrical-coordinate representation of color #DC28C3: hue angle of 308.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC28C3 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 195 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.14 |
| HSL | 308.33º | 0.72% | 0.51% | - |
| HSV(B) | 308.33º | 0.82% | 0.86% | - |
| XYZ | 40.12 | 20.67 | 53.51 | - |
| YUV | 111.49 | 175.13 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 195 | 0 | 0.82 | 0.11 | 0.14 | 308.33 | 0.72 | 0.51 |
| Hex | DC | 28 | C3 | 0 | 52 | B | E | 134 | 48 | 33 |
| Octal | 334 | 50 | 303 | 0 | 122 | 13 | 16 | 464 | 110 | 63 |
| Binary | 11011100 | 101000 | 11000011 | 0 | 1010010 | 1011 | 1110 | 100110100 | 1001000 | 110011 |
Color Harmonies of #DC28C3
Complementary color
Monochromatic Colors of #DC28C3
Black with #DC28C3
Text Example
Text Example
White with #DC28C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC28C3; }
p { color: rgb(220,40,195); }
H1.HeaderClassName
{
color: #DC28C3;
}
.AnyTagClassName
{
color: #DC28C3;
}
</style>
background-color css
<style>
a { background-color: #DC28C3; }
a { background-color: rgb(220,40,195); }
div.DivClassName
{
background-color: #DC28C3;
}
.BgClassName
{
background-color: #DC28C3;
}
</style>
border-color css
<style>
span { border-color: #DC28C3; }
span { border-color: rgb(220,40,195); }
td.TdClassName
{
border-color: #DC28C3;
}
.TagClassName
{
border-color: #DC28C3;
}
</style>