Shades of Razzle Dazzle Rose #DC30BF
Tints of Razzle Dazzle Rose #DC30BF
RGB
CMYK
RGB Variations
Color information
#DC30BF (or 0xDC30BF) is known color: Razzle Dazzle Rose. HEX triplet: DC, 30 and BF. RGB value is (220,48,191). Sum of RGB (Red+Green+Blue) = 220+48+191=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC30BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC30BF is #23CF40. Grayscale: #737373. Windows color (decimal): -2346817 or 12529884. OLE color: 12529884.
HSL color Cylindrical-coordinate representation of color #DC30BF: hue angle of 310.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC30BF is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 191 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.14 |
| HSL | 310.12º | 0.71% | 0.53% | - |
| HSV(B) | 310.12º | 0.78% | 0.86% | - |
| XYZ | 39.98 | 21.09 | 51.25 | - |
| YUV | 115.73 | 170.48 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 191 | 0 | 0.78 | 0.13 | 0.14 | 310.12 | 0.71 | 0.53 |
| Hex | DC | 30 | BF | 0 | 4E | D | E | 136 | 47 | 35 |
| Octal | 334 | 60 | 277 | 0 | 116 | 15 | 16 | 466 | 107 | 65 |
| Binary | 11011100 | 110000 | 10111111 | 0 | 1001110 | 1101 | 1110 | 100110110 | 1000111 | 110101 |
Color Harmonies of #DC30BF
Complementary color
Monochromatic Colors of #DC30BF
Black with #DC30BF
Text Example
Text Example
White with #DC30BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC30BF; }
p { color: rgb(220,48,191); }
H1.HeaderClassName
{
color: #DC30BF;
}
.AnyTagClassName
{
color: #DC30BF;
}
</style>
background-color css
<style>
a { background-color: #DC30BF; }
a { background-color: rgb(220,48,191); }
div.DivClassName
{
background-color: #DC30BF;
}
.BgClassName
{
background-color: #DC30BF;
}
</style>
border-color css
<style>
span { border-color: #DC30BF; }
span { border-color: rgb(220,48,191); }
td.TdClassName
{
border-color: #DC30BF;
}
.TagClassName
{
border-color: #DC30BF;
}
</style>