Shades of Razzle Dazzle Rose #DC27C1
Tints of Razzle Dazzle Rose #DC27C1
RGB
CMYK
RGB Variations
Color information
#DC27C1 (or 0xDC27C1) is known color: Razzle Dazzle Rose. HEX triplet: DC, 27 and C1. RGB value is (220,39,193). Sum of RGB (Red+Green+Blue) = 220+39+193=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 39 (15.62% from 255 or 8.63% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC27C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC27C1 is #23D83E. Grayscale: #6E6E6E. Windows color (decimal): -2349119 or 12658652. OLE color: 12658652.
HSL color Cylindrical-coordinate representation of color #DC27C1: hue angle of 308.95º 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 #DC27C1 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 193 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.14 |
| HSL | 308.95º | 0.72% | 0.51% | - |
| HSV(B) | 308.95º | 0.82% | 0.86% | - |
| XYZ | 39.87 | 20.52 | 52.31 | - |
| YUV | 110.68 | 174.47 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 193 | 0 | 0.82 | 0.12 | 0.14 | 308.95 | 0.72 | 0.51 |
| Hex | DC | 27 | C1 | 0 | 52 | C | E | 135 | 48 | 33 |
| Octal | 334 | 47 | 301 | 0 | 122 | 14 | 16 | 465 | 110 | 63 |
| Binary | 11011100 | 100111 | 11000001 | 0 | 1010010 | 1100 | 1110 | 100110101 | 1001000 | 110011 |
Color Harmonies of #DC27C1
Complementary color
Monochromatic Colors of #DC27C1
Black with #DC27C1
Text Example
Text Example
White with #DC27C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27C1; }
p { color: rgb(220,39,193); }
H1.HeaderClassName
{
color: #DC27C1;
}
.AnyTagClassName
{
color: #DC27C1;
}
</style>
background-color css
<style>
a { background-color: #DC27C1; }
a { background-color: rgb(220,39,193); }
div.DivClassName
{
background-color: #DC27C1;
}
.BgClassName
{
background-color: #DC27C1;
}
</style>
border-color css
<style>
span { border-color: #DC27C1; }
span { border-color: rgb(220,39,193); }
td.TdClassName
{
border-color: #DC27C1;
}
.TagClassName
{
border-color: #DC27C1;
}
</style>