Shades of Razzle Dazzle Rose #DC2FCD
Tints of Razzle Dazzle Rose #DC2FCD
RGB
CMYK
RGB Variations
Color information
#DC2FCD (or 0xDC2FCD) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2F and CD. RGB value is (220,47,205). Sum of RGB (Red+Green+Blue) = 220+47+205=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 47 (18.75% from 255 or 9.96% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2FCD is #23D032. Grayscale: #747474. Windows color (decimal): -2347059 or 13447132. OLE color: 13447132.
HSL color Cylindrical-coordinate representation of color #DC2FCD: hue angle of 305.2º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC2FCD is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 205 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.14 |
| HSL | 305.2º | 0.71% | 0.52% | - |
| HSV(B) | 305.2º | 0.79% | 0.86% | - |
| XYZ | 41.55 | 21.66 | 59.75 | - |
| YUV | 116.74 | 177.81 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 205 | 0 | 0.79 | 0.07 | 0.14 | 305.2 | 0.71 | 0.52 |
| Hex | DC | 2F | CD | 0 | 4F | 7 | E | 131 | 47 | 34 |
| Octal | 334 | 57 | 315 | 0 | 117 | 7 | 16 | 461 | 107 | 64 |
| Binary | 11011100 | 101111 | 11001101 | 0 | 1001111 | 111 | 1110 | 100110001 | 1000111 | 110100 |
Color Harmonies of #DC2FCD
Complementary color
Monochromatic Colors of #DC2FCD
Black with #DC2FCD
Text Example
Text Example
White with #DC2FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2FCD; }
p { color: rgb(220,47,205); }
H1.HeaderClassName
{
color: #DC2FCD;
}
.AnyTagClassName
{
color: #DC2FCD;
}
</style>
background-color css
<style>
a { background-color: #DC2FCD; }
a { background-color: rgb(220,47,205); }
div.DivClassName
{
background-color: #DC2FCD;
}
.BgClassName
{
background-color: #DC2FCD;
}
</style>
border-color css
<style>
span { border-color: #DC2FCD; }
span { border-color: rgb(220,47,205); }
td.TdClassName
{
border-color: #DC2FCD;
}
.TagClassName
{
border-color: #DC2FCD;
}
</style>