Shades of Razzle Dazzle Rose #DD30CF
Tints of Razzle Dazzle Rose #DD30CF
RGB
CMYK
RGB Variations
Color information
#DD30CF (or 0xDD30CF) is known color: Razzle Dazzle Rose. HEX triplet: DD, 30 and CF. RGB value is (221,48,207). Sum of RGB (Red+Green+Blue) = 221+48+207=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 48 (19.14% from 255 or 10.08% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD30CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD30CF is #22CF30. Grayscale: #757575. Windows color (decimal): -2281265 or 13578461. OLE color: 13578461.
HSL color Cylindrical-coordinate representation of color #DD30CF: hue angle of 304.86º 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 #DD30CF is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 207 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.13 |
| HSL | 304.86º | 0.72% | 0.53% | - |
| HSV(B) | 304.86º | 0.78% | 0.87% | - |
| XYZ | 42.14 | 21.99 | 61.06 | - |
| YUV | 117.85 | 178.31 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 207 | 0 | 0.78 | 0.06 | 0.13 | 304.86 | 0.72 | 0.53 |
| Hex | DD | 30 | CF | 0 | 4E | 6 | D | 131 | 48 | 35 |
| Octal | 335 | 60 | 317 | 0 | 116 | 6 | 15 | 461 | 110 | 65 |
| Binary | 11011101 | 110000 | 11001111 | 0 | 1001110 | 110 | 1101 | 100110001 | 1001000 | 110101 |
Color Harmonies of #DD30CF
Complementary color
Monochromatic Colors of #DD30CF
Black with #DD30CF
Text Example
Text Example
White with #DD30CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD30CF; }
p { color: rgb(221,48,207); }
H1.HeaderClassName
{
color: #DD30CF;
}
.AnyTagClassName
{
color: #DD30CF;
}
</style>
background-color css
<style>
a { background-color: #DD30CF; }
a { background-color: rgb(221,48,207); }
div.DivClassName
{
background-color: #DD30CF;
}
.BgClassName
{
background-color: #DD30CF;
}
</style>
border-color css
<style>
span { border-color: #DD30CF; }
span { border-color: rgb(221,48,207); }
td.TdClassName
{
border-color: #DD30CF;
}
.TagClassName
{
border-color: #DD30CF;
}
</style>