Shades of Razzle Dazzle Rose #DC27D3
Tints of Razzle Dazzle Rose #DC27D3
RGB
CMYK
RGB Variations
Color information
#DC27D3 (or 0xDC27D3) is known color: Razzle Dazzle Rose. HEX triplet: DC, 27 and D3. RGB value is (220,39,211). Sum of RGB (Red+Green+Blue) = 220+39+211=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 39 (15.62% from 255 or 8.30% from 470); Blue value is 211 (82.81% from 255 or 44.89% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC27D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC27D3 is #23D82C. Grayscale: #707070. Windows color (decimal): -2349101 or 13838300. OLE color: 13838300.
HSL color Cylindrical-coordinate representation of color #DC27D3: hue angle of 302.98º 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 #DC27D3 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 211 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.14 |
| HSL | 302.98º | 0.72% | 0.51% | - |
| HSV(B) | 302.98º | 0.82% | 0.86% | - |
| XYZ | 42 | 21.37 | 63.54 | - |
| YUV | 112.73 | 183.47 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 211 | 0 | 0.82 | 0.04 | 0.14 | 302.98 | 0.72 | 0.51 |
| Hex | DC | 27 | D3 | 0 | 52 | 4 | E | 12F | 48 | 33 |
| Octal | 334 | 47 | 323 | 0 | 122 | 4 | 16 | 457 | 110 | 63 |
| Binary | 11011100 | 100111 | 11010011 | 0 | 1010010 | 100 | 1110 | 100101111 | 1001000 | 110011 |
Color Harmonies of #DC27D3
Complementary color
Monochromatic Colors of #DC27D3
Black with #DC27D3
Text Example
Text Example
White with #DC27D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27D3; }
p { color: rgb(220,39,211); }
H1.HeaderClassName
{
color: #DC27D3;
}
.AnyTagClassName
{
color: #DC27D3;
}
</style>
background-color css
<style>
a { background-color: #DC27D3; }
a { background-color: rgb(220,39,211); }
div.DivClassName
{
background-color: #DC27D3;
}
.BgClassName
{
background-color: #DC27D3;
}
</style>
border-color css
<style>
span { border-color: #DC27D3; }
span { border-color: rgb(220,39,211); }
td.TdClassName
{
border-color: #DC27D3;
}
.TagClassName
{
border-color: #DC27D3;
}
</style>