Shades of Violet #DD85EA
Tints of Violet #DD85EA
RGB
CMYK
RGB Variations
Color information
#DD85EA (or 0xDD85EA) is known color: Violet. HEX triplet: DD, 85 and EA. RGB value is (221,133,234). Sum of RGB (Red+Green+Blue) = 221+133+234=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD85EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD85EA is #227A15. Grayscale: #AAAAAA. Windows color (decimal): -2259478 or 15369693. OLE color: 15369693.
HSL color Cylindrical-coordinate representation of color #DD85EA: hue angle of 292.28º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD85EA is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 133 | 234 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.08 |
| HSL | 292.28º | 0.71% | 0.72% | - |
| HSV(B) | 292.28º | 0.43% | 0.92% | - |
| XYZ | 53.06 | 38.09 | 82.4 | - |
| YUV | 170.83 | 163.65 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 234 | 0.06 | 0.43 | 0 | 0.08 | 292.28 | 0.71 | 0.72 |
| Hex | DD | 85 | EA | 6 | 2B | 0 | 8 | 124 | 47 | 48 |
| Octal | 335 | 205 | 352 | 6 | 53 | 0 | 10 | 444 | 107 | 110 |
| Binary | 11011101 | 10000101 | 11101010 | 110 | 101011 | 0 | 1000 | 100100100 | 1000111 | 1001000 |
Color Harmonies of #DD85EA
Complementary color
Monochromatic Colors of #DD85EA
Black with #DD85EA
Text Example
Text Example
White with #DD85EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD85EA; }
p { color: rgb(221,133,234); }
H1.HeaderClassName
{
color: #DD85EA;
}
.AnyTagClassName
{
color: #DD85EA;
}
</style>
background-color css
<style>
a { background-color: #DD85EA; }
a { background-color: rgb(221,133,234); }
div.DivClassName
{
background-color: #DD85EA;
}
.BgClassName
{
background-color: #DD85EA;
}
</style>
border-color css
<style>
span { border-color: #DD85EA; }
span { border-color: rgb(221,133,234); }
td.TdClassName
{
border-color: #DD85EA;
}
.TagClassName
{
border-color: #DD85EA;
}
</style>