Shades of Razzle Dazzle Rose #DC27BD
Tints of Razzle Dazzle Rose #DC27BD
RGB
CMYK
RGB Variations
Color information
#DC27BD (or 0xDC27BD) is known color: Razzle Dazzle Rose. HEX triplet: DC, 27 and BD. RGB value is (220,39,189). Sum of RGB (Red+Green+Blue) = 220+39+189=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 39 (15.62% from 255 or 8.71% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC27BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC27BD is #23D842. Grayscale: #6D6D6D. Windows color (decimal): -2349123 or 12396508. OLE color: 12396508.
HSL color Cylindrical-coordinate representation of color #DC27BD: hue angle of 310.28º 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 #DC27BD is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 189 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.14 |
| HSL | 310.28º | 0.72% | 0.51% | - |
| HSV(B) | 310.28º | 0.82% | 0.86% | - |
| XYZ | 39.43 | 20.34 | 49.99 | - |
| YUV | 110.22 | 172.47 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 189 | 0 | 0.82 | 0.14 | 0.14 | 310.28 | 0.72 | 0.51 |
| Hex | DC | 27 | BD | 0 | 52 | E | E | 136 | 48 | 33 |
| Octal | 334 | 47 | 275 | 0 | 122 | 16 | 16 | 466 | 110 | 63 |
| Binary | 11011100 | 100111 | 10111101 | 0 | 1010010 | 1110 | 1110 | 100110110 | 1001000 | 110011 |
Color Harmonies of #DC27BD
Complementary color
Monochromatic Colors of #DC27BD
Black with #DC27BD
Text Example
Text Example
White with #DC27BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27BD; }
p { color: rgb(220,39,189); }
H1.HeaderClassName
{
color: #DC27BD;
}
.AnyTagClassName
{
color: #DC27BD;
}
</style>
background-color css
<style>
a { background-color: #DC27BD; }
a { background-color: rgb(220,39,189); }
div.DivClassName
{
background-color: #DC27BD;
}
.BgClassName
{
background-color: #DC27BD;
}
</style>
border-color css
<style>
span { border-color: #DC27BD; }
span { border-color: rgb(220,39,189); }
td.TdClassName
{
border-color: #DC27BD;
}
.TagClassName
{
border-color: #DC27BD;
}
</style>