Shades of Razzle Dazzle Rose #DC28C1
Tints of Razzle Dazzle Rose #DC28C1
RGB
CMYK
RGB Variations
Color information
#DC28C1 (or 0xDC28C1) is known color: Razzle Dazzle Rose. HEX triplet: DC, 28 and C1. RGB value is (220,40,193). Sum of RGB (Red+Green+Blue) = 220+40+193=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 40 (16.02% from 255 or 8.83% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC28C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC28C1 is #23D73E. Grayscale: #6E6E6E. Windows color (decimal): -2348863 or 12658908. OLE color: 12658908.
HSL color Cylindrical-coordinate representation of color #DC28C1: hue angle of 309º 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 #DC28C1 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 193 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.14 |
| HSL | 309º | 0.72% | 0.51% | - |
| HSV(B) | 309º | 0.82% | 0.86% | - |
| XYZ | 39.9 | 20.58 | 52.32 | - |
| YUV | 111.26 | 174.13 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 193 | 0 | 0.82 | 0.12 | 0.14 | 309 | 0.72 | 0.51 |
| Hex | DC | 28 | C1 | 0 | 52 | C | E | 135 | 48 | 33 |
| Octal | 334 | 50 | 301 | 0 | 122 | 14 | 16 | 465 | 110 | 63 |
| Binary | 11011100 | 101000 | 11000001 | 0 | 1010010 | 1100 | 1110 | 100110101 | 1001000 | 110011 |
Color Harmonies of #DC28C1
Complementary color
Monochromatic Colors of #DC28C1
Black with #DC28C1
Text Example
Text Example
White with #DC28C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC28C1; }
p { color: rgb(220,40,193); }
H1.HeaderClassName
{
color: #DC28C1;
}
.AnyTagClassName
{
color: #DC28C1;
}
</style>
background-color css
<style>
a { background-color: #DC28C1; }
a { background-color: rgb(220,40,193); }
div.DivClassName
{
background-color: #DC28C1;
}
.BgClassName
{
background-color: #DC28C1;
}
</style>
border-color css
<style>
span { border-color: #DC28C1; }
span { border-color: rgb(220,40,193); }
td.TdClassName
{
border-color: #DC28C1;
}
.TagClassName
{
border-color: #DC28C1;
}
</style>