Shades of Razzle Dazzle Rose #DC30CF
Tints of Razzle Dazzle Rose #DC30CF
RGB
CMYK
RGB Variations
Color information
#DC30CF (or 0xDC30CF) is known color: Razzle Dazzle Rose. HEX triplet: DC, 30 and CF. RGB value is (220,48,207). Sum of RGB (Red+Green+Blue) = 220+48+207=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 48 (19.14% from 255 or 10.11% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC30CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC30CF is #23CF30. Grayscale: #757575. Windows color (decimal): -2346801 or 13578460. OLE color: 13578460.
HSL color Cylindrical-coordinate representation of color #DC30CF: hue angle of 304.53º 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 #DC30CF is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 207 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.14 |
| HSL | 304.53º | 0.71% | 0.53% | - |
| HSV(B) | 304.53º | 0.78% | 0.86% | - |
| XYZ | 41.83 | 21.83 | 61.04 | - |
| YUV | 117.55 | 178.48 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 207 | 0 | 0.78 | 0.06 | 0.14 | 304.53 | 0.71 | 0.53 |
| Hex | DC | 30 | CF | 0 | 4E | 6 | E | 131 | 47 | 35 |
| Octal | 334 | 60 | 317 | 0 | 116 | 6 | 16 | 461 | 107 | 65 |
| Binary | 11011100 | 110000 | 11001111 | 0 | 1001110 | 110 | 1110 | 100110001 | 1000111 | 110101 |
Color Harmonies of #DC30CF
Complementary color
Monochromatic Colors of #DC30CF
Black with #DC30CF
Text Example
Text Example
White with #DC30CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC30CF; }
p { color: rgb(220,48,207); }
H1.HeaderClassName
{
color: #DC30CF;
}
.AnyTagClassName
{
color: #DC30CF;
}
</style>
background-color css
<style>
a { background-color: #DC30CF; }
a { background-color: rgb(220,48,207); }
div.DivClassName
{
background-color: #DC30CF;
}
.BgClassName
{
background-color: #DC30CF;
}
</style>
border-color css
<style>
span { border-color: #DC30CF; }
span { border-color: rgb(220,48,207); }
td.TdClassName
{
border-color: #DC30CF;
}
.TagClassName
{
border-color: #DC30CF;
}
</style>