Shades of Violet #DD7FED
Tints of Violet #DD7FED
RGB
CMYK
RGB Variations
Color information
#DD7FED (or 0xDD7FED) is known color: Violet. HEX triplet: DD, 7F and ED. RGB value is (221,127,237). Sum of RGB (Red+Green+Blue) = 221+127+237=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 127 (50% from 255 or 21.71% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD7FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7FED is #228012. Grayscale: #A7A7A7. Windows color (decimal): -2261011 or 15564765. OLE color: 15564765.
HSL color Cylindrical-coordinate representation of color #DD7FED: hue angle of 291.27º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD7FED is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 127 | 237 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.07 |
| HSL | 291.27º | 0.75% | 0.71% | - |
| HSV(B) | 291.27º | 0.46% | 0.93% | - |
| XYZ | 52.69 | 36.67 | 84.42 | - |
| YUV | 167.65 | 167.14 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 237 | 0.07 | 0.46 | 0 | 0.07 | 291.27 | 0.75 | 0.71 |
| Hex | DD | 7F | ED | 7 | 2E | 0 | 7 | 123 | 4B | 47 |
| Octal | 335 | 177 | 355 | 7 | 56 | 0 | 7 | 443 | 113 | 107 |
| Binary | 11011101 | 1111111 | 11101101 | 111 | 101110 | 0 | 111 | 100100011 | 1001011 | 1000111 |
Color Harmonies of #DD7FED
Complementary color
Monochromatic Colors of #DD7FED
Black with #DD7FED
Text Example
Text Example
White with #DD7FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7FED; }
p { color: rgb(221,127,237); }
H1.HeaderClassName
{
color: #DD7FED;
}
.AnyTagClassName
{
color: #DD7FED;
}
</style>
background-color css
<style>
a { background-color: #DD7FED; }
a { background-color: rgb(221,127,237); }
div.DivClassName
{
background-color: #DD7FED;
}
.BgClassName
{
background-color: #DD7FED;
}
</style>
border-color css
<style>
span { border-color: #DD7FED; }
span { border-color: rgb(221,127,237); }
td.TdClassName
{
border-color: #DD7FED;
}
.TagClassName
{
border-color: #DD7FED;
}
</style>