Shades of Violet #DD7CEC
Tints of Violet #DD7CEC
RGB
CMYK
RGB Variations
Color information
#DD7CEC (or 0xDD7CEC) is known color: Violet. HEX triplet: DD, 7C and EC. RGB value is (221,124,236). Sum of RGB (Red+Green+Blue) = 221+124+236=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 124 (48.83% from 255 or 21.34% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD7CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7CEC is #228313. Grayscale: #A5A5A5. Windows color (decimal): -2261780 or 15498461. OLE color: 15498461.
HSL color Cylindrical-coordinate representation of color #DD7CEC: hue angle of 291.96º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7CEC is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 124 | 236 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.07 |
| HSL | 291.96º | 0.75% | 0.71% | - |
| HSV(B) | 291.96º | 0.47% | 0.93% | - |
| XYZ | 52.17 | 35.84 | 83.53 | - |
| YUV | 165.77 | 167.64 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 236 | 0.06 | 0.47 | 0 | 0.07 | 291.96 | 0.75 | 0.71 |
| Hex | DD | 7C | EC | 6 | 2F | 0 | 7 | 124 | 4B | 47 |
| Octal | 335 | 174 | 354 | 6 | 57 | 0 | 7 | 444 | 113 | 107 |
| Binary | 11011101 | 1111100 | 11101100 | 110 | 101111 | 0 | 111 | 100100100 | 1001011 | 1000111 |
Color Harmonies of #DD7CEC
Complementary color
Monochromatic Colors of #DD7CEC
Black with #DD7CEC
Text Example
Text Example
White with #DD7CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7CEC; }
p { color: rgb(221,124,236); }
H1.HeaderClassName
{
color: #DD7CEC;
}
.AnyTagClassName
{
color: #DD7CEC;
}
</style>
background-color css
<style>
a { background-color: #DD7CEC; }
a { background-color: rgb(221,124,236); }
div.DivClassName
{
background-color: #DD7CEC;
}
.BgClassName
{
background-color: #DD7CEC;
}
</style>
border-color css
<style>
span { border-color: #DD7CEC; }
span { border-color: rgb(221,124,236); }
td.TdClassName
{
border-color: #DD7CEC;
}
.TagClassName
{
border-color: #DD7CEC;
}
</style>