Shades of Razzle Dazzle Rose #DC28DF
Tints of Razzle Dazzle Rose #DC28DF
RGB
CMYK
RGB Variations
Color information
#DC28DF (or 0xDC28DF) is known color: Razzle Dazzle Rose. HEX triplet: DC, 28 and DF. RGB value is (220,40,223). Sum of RGB (Red+Green+Blue) = 220+40+223=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 40 (16.02% from 255 or 8.28% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC28DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC28DF is #23D720. Grayscale: #727272. Windows color (decimal): -2348833 or 14624988. OLE color: 14624988.
HSL color Cylindrical-coordinate representation of color #DC28DF: hue angle of 299.02º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC28DF is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 40 | 223 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.13 |
| HSL | 299.02º | 0.74% | 0.52% | - |
| HSV(B) | 299.02º | 0.82% | 0.87% | - |
| XYZ | 43.59 | 22.06 | 71.77 | - |
| YUV | 114.68 | 189.13 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 223 | 0.01 | 0.82 | 0 | 0.13 | 299.02 | 0.74 | 0.52 |
| Hex | DC | 28 | DF | 1 | 52 | 0 | D | 12B | 4A | 34 |
| Octal | 334 | 50 | 337 | 1 | 122 | 0 | 15 | 453 | 112 | 64 |
| Binary | 11011100 | 101000 | 11011111 | 1 | 1010010 | 0 | 1101 | 100101011 | 1001010 | 110100 |
Color Harmonies of #DC28DF
Complementary color
Monochromatic Colors of #DC28DF
Black with #DC28DF
Text Example
Text Example
White with #DC28DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC28DF; }
p { color: rgb(220,40,223); }
H1.HeaderClassName
{
color: #DC28DF;
}
.AnyTagClassName
{
color: #DC28DF;
}
</style>
background-color css
<style>
a { background-color: #DC28DF; }
a { background-color: rgb(220,40,223); }
div.DivClassName
{
background-color: #DC28DF;
}
.BgClassName
{
background-color: #DC28DF;
}
</style>
border-color css
<style>
span { border-color: #DC28DF; }
span { border-color: rgb(220,40,223); }
td.TdClassName
{
border-color: #DC28DF;
}
.TagClassName
{
border-color: #DC28DF;
}
</style>