Shades of Razzle Dazzle Rose #DD3CC1
Tints of Razzle Dazzle Rose #DD3CC1
RGB
CMYK
RGB Variations
Color information
#DD3CC1 (or 0xDD3CC1) is known color: Razzle Dazzle Rose. HEX triplet: DD, 3C and C1. RGB value is (221,60,193). Sum of RGB (Red+Green+Blue) = 221+60+193=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 60 (23.83% from 255 or 12.66% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3CC1 is #22C33E. Grayscale: #7A7A7A. Windows color (decimal): -2278207 or 12664029. OLE color: 12664029.
HSL color Cylindrical-coordinate representation of color #DD3CC1: hue angle of 310.43º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD3CC1 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 193 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.13 |
| HSL | 310.43º | 0.7% | 0.55% | - |
| HSV(B) | 310.43º | 0.73% | 0.87% | - |
| XYZ | 41.06 | 22.45 | 52.62 | - |
| YUV | 123.3 | 167.34 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 193 | 0 | 0.73 | 0.13 | 0.13 | 310.43 | 0.7 | 0.55 |
| Hex | DD | 3C | C1 | 0 | 49 | D | D | 136 | 46 | 37 |
| Octal | 335 | 74 | 301 | 0 | 111 | 15 | 15 | 466 | 106 | 67 |
| Binary | 11011101 | 111100 | 11000001 | 0 | 1001001 | 1101 | 1101 | 100110110 | 1000110 | 110111 |
Color Harmonies of #DD3CC1
Complementary color
Monochromatic Colors of #DD3CC1
Black with #DD3CC1
Text Example
Text Example
White with #DD3CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3CC1; }
p { color: rgb(221,60,193); }
H1.HeaderClassName
{
color: #DD3CC1;
}
.AnyTagClassName
{
color: #DD3CC1;
}
</style>
background-color css
<style>
a { background-color: #DD3CC1; }
a { background-color: rgb(221,60,193); }
div.DivClassName
{
background-color: #DD3CC1;
}
.BgClassName
{
background-color: #DD3CC1;
}
</style>
border-color css
<style>
span { border-color: #DD3CC1; }
span { border-color: rgb(221,60,193); }
td.TdClassName
{
border-color: #DD3CC1;
}
.TagClassName
{
border-color: #DD3CC1;
}
</style>