Shades of Razzle Dazzle Rose #DC34C1
Tints of Razzle Dazzle Rose #DC34C1
RGB
CMYK
RGB Variations
Color information
#DC34C1 (or 0xDC34C1) is known color: Razzle Dazzle Rose. HEX triplet: DC, 34 and C1. RGB value is (220,52,193). Sum of RGB (Red+Green+Blue) = 220+52+193=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC34C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC34C1 is #23CB3E. Grayscale: #757575. Windows color (decimal): -2345791 or 12661980. OLE color: 12661980.
HSL color Cylindrical-coordinate representation of color #DC34C1: hue angle of 309.64º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC34C1 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 193 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.14 |
| HSL | 309.64º | 0.71% | 0.53% | - |
| HSV(B) | 309.64º | 0.76% | 0.86% | - |
| XYZ | 40.37 | 21.52 | 52.48 | - |
| YUV | 118.31 | 170.16 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 193 | 0 | 0.76 | 0.12 | 0.14 | 309.64 | 0.71 | 0.53 |
| Hex | DC | 34 | C1 | 0 | 4C | C | E | 136 | 47 | 35 |
| Octal | 334 | 64 | 301 | 0 | 114 | 14 | 16 | 466 | 107 | 65 |
| Binary | 11011100 | 110100 | 11000001 | 0 | 1001100 | 1100 | 1110 | 100110110 | 1000111 | 110101 |
Color Harmonies of #DC34C1
Complementary color
Monochromatic Colors of #DC34C1
Black with #DC34C1
Text Example
Text Example
White with #DC34C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC34C1; }
p { color: rgb(220,52,193); }
H1.HeaderClassName
{
color: #DC34C1;
}
.AnyTagClassName
{
color: #DC34C1;
}
</style>
background-color css
<style>
a { background-color: #DC34C1; }
a { background-color: rgb(220,52,193); }
div.DivClassName
{
background-color: #DC34C1;
}
.BgClassName
{
background-color: #DC34C1;
}
</style>
border-color css
<style>
span { border-color: #DC34C1; }
span { border-color: rgb(220,52,193); }
td.TdClassName
{
border-color: #DC34C1;
}
.TagClassName
{
border-color: #DC34C1;
}
</style>