Shades of Razzle Dazzle Rose #DC2FC5
Tints of Razzle Dazzle Rose #DC2FC5
RGB
CMYK
RGB Variations
Color information
#DC2FC5 (or 0xDC2FC5) is known color: Razzle Dazzle Rose. HEX triplet: DC, 2F and C5. RGB value is (220,47,197). Sum of RGB (Red+Green+Blue) = 220+47+197=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 47 (18.75% from 255 or 10.13% from 464); Blue value is 197 (77.34% from 255 or 42.46% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2FC5 is #23D03A. Grayscale: #737373. Windows color (decimal): -2347067 or 12922844. OLE color: 12922844.
HSL color Cylindrical-coordinate representation of color #DC2FC5: hue angle of 307.98º 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 #DC2FC5 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 197 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.14 |
| HSL | 307.98º | 0.71% | 0.52% | - |
| HSV(B) | 307.98º | 0.79% | 0.86% | - |
| XYZ | 40.61 | 21.28 | 54.79 | - |
| YUV | 115.83 | 173.81 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 197 | 0 | 0.79 | 0.10 | 0.14 | 307.98 | 0.71 | 0.52 |
| Hex | DC | 2F | C5 | 0 | 4F | A | E | 134 | 47 | 34 |
| Octal | 334 | 57 | 305 | 0 | 117 | 12 | 16 | 464 | 107 | 64 |
| Binary | 11011100 | 101111 | 11000101 | 0 | 1001111 | 1010 | 1110 | 100110100 | 1000111 | 110100 |
Color Harmonies of #DC2FC5
Complementary color
Monochromatic Colors of #DC2FC5
Black with #DC2FC5
Text Example
Text Example
White with #DC2FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2FC5; }
p { color: rgb(220,47,197); }
H1.HeaderClassName
{
color: #DC2FC5;
}
.AnyTagClassName
{
color: #DC2FC5;
}
</style>
background-color css
<style>
a { background-color: #DC2FC5; }
a { background-color: rgb(220,47,197); }
div.DivClassName
{
background-color: #DC2FC5;
}
.BgClassName
{
background-color: #DC2FC5;
}
</style>
border-color css
<style>
span { border-color: #DC2FC5; }
span { border-color: rgb(220,47,197); }
td.TdClassName
{
border-color: #DC2FC5;
}
.TagClassName
{
border-color: #DC2FC5;
}
</style>