Shades of Razzle Dazzle Rose #DC30CB
Tints of Razzle Dazzle Rose #DC30CB
RGB
CMYK
RGB Variations
Color information
#DC30CB (or 0xDC30CB) is known color: Razzle Dazzle Rose. HEX triplet: DC, 30 and CB. RGB value is (220,48,203). Sum of RGB (Red+Green+Blue) = 220+48+203=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 48 (19.14% from 255 or 10.19% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC30CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC30CB is #23CF34. Grayscale: #747474. Windows color (decimal): -2346805 or 13316316. OLE color: 13316316.
HSL color Cylindrical-coordinate representation of color #DC30CB: hue angle of 305.93º 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 #DC30CB is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 203 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.14 |
| HSL | 305.93º | 0.71% | 0.53% | - |
| HSV(B) | 305.93º | 0.78% | 0.86% | - |
| XYZ | 41.35 | 21.64 | 58.5 | - |
| YUV | 117.1 | 176.48 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 203 | 0 | 0.78 | 0.08 | 0.14 | 305.93 | 0.71 | 0.53 |
| Hex | DC | 30 | CB | 0 | 4E | 8 | E | 132 | 47 | 35 |
| Octal | 334 | 60 | 313 | 0 | 116 | 10 | 16 | 462 | 107 | 65 |
| Binary | 11011100 | 110000 | 11001011 | 0 | 1001110 | 1000 | 1110 | 100110010 | 1000111 | 110101 |
Color Harmonies of #DC30CB
Complementary color
Monochromatic Colors of #DC30CB
Black with #DC30CB
Text Example
Text Example
White with #DC30CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC30CB; }
p { color: rgb(220,48,203); }
H1.HeaderClassName
{
color: #DC30CB;
}
.AnyTagClassName
{
color: #DC30CB;
}
</style>
background-color css
<style>
a { background-color: #DC30CB; }
a { background-color: rgb(220,48,203); }
div.DivClassName
{
background-color: #DC30CB;
}
.BgClassName
{
background-color: #DC30CB;
}
</style>
border-color css
<style>
span { border-color: #DC30CB; }
span { border-color: rgb(220,48,203); }
td.TdClassName
{
border-color: #DC30CB;
}
.TagClassName
{
border-color: #DC30CB;
}
</style>