Shades of Violet #DD7CE5
Tints of Violet #DD7CE5
RGB
CMYK
RGB Variations
Color information
#DD7CE5 (or 0xDD7CE5) is known color: Violet. HEX triplet: DD, 7C and E5. RGB value is (221,124,229). Sum of RGB (Red+Green+Blue) = 221+124+229=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 124 (48.83% from 255 or 21.60% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD7CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7CE5 is #22831A. Grayscale: #A4A4A4. Windows color (decimal): -2261787 or 15039709. OLE color: 15039709.
HSL color Cylindrical-coordinate representation of color #DD7CE5: hue angle of 295.43º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD7CE5 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 124 | 229 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.10 |
| HSL | 295.43º | 0.67% | 0.69% | - |
| HSV(B) | 295.43º | 0.46% | 0.9% | - |
| XYZ | 51.17 | 35.44 | 78.27 | - |
| YUV | 164.97 | 164.14 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 229 | 0.03 | 0.46 | 0 | 0.10 | 295.43 | 0.67 | 0.69 |
| Hex | DD | 7C | E5 | 3 | 2E | 0 | A | 127 | 43 | 45 |
| Octal | 335 | 174 | 345 | 3 | 56 | 0 | 12 | 447 | 103 | 105 |
| Binary | 11011101 | 1111100 | 11100101 | 11 | 101110 | 0 | 1010 | 100100111 | 1000011 | 1000101 |
Color Harmonies of #DD7CE5
Complementary color
Monochromatic Colors of #DD7CE5
Black with #DD7CE5
Text Example
Text Example
White with #DD7CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7CE5; }
p { color: rgb(221,124,229); }
H1.HeaderClassName
{
color: #DD7CE5;
}
.AnyTagClassName
{
color: #DD7CE5;
}
</style>
background-color css
<style>
a { background-color: #DD7CE5; }
a { background-color: rgb(221,124,229); }
div.DivClassName
{
background-color: #DD7CE5;
}
.BgClassName
{
background-color: #DD7CE5;
}
</style>
border-color css
<style>
span { border-color: #DD7CE5; }
span { border-color: rgb(221,124,229); }
td.TdClassName
{
border-color: #DD7CE5;
}
.TagClassName
{
border-color: #DD7CE5;
}
</style>