Shades of Razzle Dazzle Rose #DD30BC
Tints of Razzle Dazzle Rose #DD30BC
RGB
CMYK
RGB Variations
Color information
#DD30BC (or 0xDD30BC) is known color: Razzle Dazzle Rose. HEX triplet: DD, 30 and BC. RGB value is (221,48,188). Sum of RGB (Red+Green+Blue) = 221+48+188=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD30BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD30BC is #22CF43. Grayscale: #737373. Windows color (decimal): -2281284 or 12333277. OLE color: 12333277.
HSL color Cylindrical-coordinate representation of color #DD30BC: hue angle of 311.45º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD30BC is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 188 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.13 |
| HSL | 311.45º | 0.72% | 0.53% | - |
| HSV(B) | 311.45º | 0.78% | 0.87% | - |
| XYZ | 39.95 | 21.12 | 49.55 | - |
| YUV | 115.69 | 168.81 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 188 | 0 | 0.78 | 0.15 | 0.13 | 311.45 | 0.72 | 0.53 |
| Hex | DD | 30 | BC | 0 | 4E | F | D | 137 | 48 | 35 |
| Octal | 335 | 60 | 274 | 0 | 116 | 17 | 15 | 467 | 110 | 65 |
| Binary | 11011101 | 110000 | 10111100 | 0 | 1001110 | 1111 | 1101 | 100110111 | 1001000 | 110101 |
Color Harmonies of #DD30BC
Complementary color
Monochromatic Colors of #DD30BC
Black with #DD30BC
Text Example
Text Example
White with #DD30BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD30BC; }
p { color: rgb(221,48,188); }
H1.HeaderClassName
{
color: #DD30BC;
}
.AnyTagClassName
{
color: #DD30BC;
}
</style>
background-color css
<style>
a { background-color: #DD30BC; }
a { background-color: rgb(221,48,188); }
div.DivClassName
{
background-color: #DD30BC;
}
.BgClassName
{
background-color: #DD30BC;
}
</style>
border-color css
<style>
span { border-color: #DD30BC; }
span { border-color: rgb(221,48,188); }
td.TdClassName
{
border-color: #DD30BC;
}
.TagClassName
{
border-color: #DD30BC;
}
</style>