Shades of Violet #DD7BEC
Tints of Violet #DD7BEC
RGB
CMYK
RGB Variations
Color information
#DD7BEC (or 0xDD7BEC) is known color: Violet. HEX triplet: DD, 7B and EC. RGB value is (221,123,236). Sum of RGB (Red+Green+Blue) = 221+123+236=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 123 (48.44% from 255 or 21.21% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD7BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7BEC is #228413. Grayscale: #A4A4A4. Windows color (decimal): -2262036 or 15498205. OLE color: 15498205.
HSL color Cylindrical-coordinate representation of color #DD7BEC: hue angle of 292.04º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD7BEC is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 123 | 236 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.07 |
| HSL | 292.04º | 0.75% | 0.7% | - |
| HSV(B) | 292.04º | 0.48% | 0.93% | - |
| XYZ | 52.04 | 35.59 | 83.48 | - |
| YUV | 165.18 | 167.97 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 236 | 0.06 | 0.48 | 0 | 0.07 | 292.04 | 0.75 | 0.7 |
| Hex | DD | 7B | EC | 6 | 30 | 0 | 7 | 124 | 4B | 46 |
| Octal | 335 | 173 | 354 | 6 | 60 | 0 | 7 | 444 | 113 | 106 |
| Binary | 11011101 | 1111011 | 11101100 | 110 | 110000 | 0 | 111 | 100100100 | 1001011 | 1000110 |
Color Harmonies of #DD7BEC
Complementary color
Monochromatic Colors of #DD7BEC
Black with #DD7BEC
Text Example
Text Example
White with #DD7BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BEC; }
p { color: rgb(221,123,236); }
H1.HeaderClassName
{
color: #DD7BEC;
}
.AnyTagClassName
{
color: #DD7BEC;
}
</style>
background-color css
<style>
a { background-color: #DD7BEC; }
a { background-color: rgb(221,123,236); }
div.DivClassName
{
background-color: #DD7BEC;
}
.BgClassName
{
background-color: #DD7BEC;
}
</style>
border-color css
<style>
span { border-color: #DD7BEC; }
span { border-color: rgb(221,123,236); }
td.TdClassName
{
border-color: #DD7BEC;
}
.TagClassName
{
border-color: #DD7BEC;
}
</style>