Shades of Razzle Dazzle Rose #DC28CC
Tints of Razzle Dazzle Rose #DC28CC
RGB
CMYK
RGB Variations
Color information
#DC28CC (or 0xDC28CC) is known color: Razzle Dazzle Rose. HEX triplet: DC, 28 and CC. RGB value is (220,40,204). Sum of RGB (Red+Green+Blue) = 220+40+204=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 40 (16.02% from 255 or 8.62% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC28CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC28CC is #23D733. Grayscale: #707070. Windows color (decimal): -2348852 or 13379804. OLE color: 13379804.
HSL color Cylindrical-coordinate representation of color #DC28CC: hue angle of 305.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 #DC28CC is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 204 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.14 |
| HSL | 305.33º | 0.72% | 0.51% | - |
| HSV(B) | 305.33º | 0.82% | 0.86% | - |
| XYZ | 41.17 | 21.09 | 59.03 | - |
| YUV | 112.52 | 179.63 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 204 | 0 | 0.82 | 0.07 | 0.14 | 305.33 | 0.72 | 0.51 |
| Hex | DC | 28 | CC | 0 | 52 | 7 | E | 131 | 48 | 33 |
| Octal | 334 | 50 | 314 | 0 | 122 | 7 | 16 | 461 | 110 | 63 |
| Binary | 11011100 | 101000 | 11001100 | 0 | 1010010 | 111 | 1110 | 100110001 | 1001000 | 110011 |
Color Harmonies of #DC28CC
Complementary color
Monochromatic Colors of #DC28CC
Black with #DC28CC
Text Example
Text Example
White with #DC28CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC28CC; }
p { color: rgb(220,40,204); }
H1.HeaderClassName
{
color: #DC28CC;
}
.AnyTagClassName
{
color: #DC28CC;
}
</style>
background-color css
<style>
a { background-color: #DC28CC; }
a { background-color: rgb(220,40,204); }
div.DivClassName
{
background-color: #DC28CC;
}
.BgClassName
{
background-color: #DC28CC;
}
</style>
border-color css
<style>
span { border-color: #DC28CC; }
span { border-color: rgb(220,40,204); }
td.TdClassName
{
border-color: #DC28CC;
}
.TagClassName
{
border-color: #DC28CC;
}
</style>