Shades of Heliotrope #DD75EA
Tints of Heliotrope #DD75EA
RGB
CMYK
RGB Variations
Color information
#DD75EA (or 0xDD75EA) is known color: Heliotrope. HEX triplet: DD, 75 and EA. RGB value is (221,117,234). Sum of RGB (Red+Green+Blue) = 221+117+234=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 117 (46.09% from 255 or 20.45% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD75EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD75EA is #228A15. Grayscale: #A1A1A1. Windows color (decimal): -2263574 or 15365597. OLE color: 15365597.
HSL color Cylindrical-coordinate representation of color #DD75EA: hue angle of 293.33º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD75EA is Cyan = 0.06, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 117 | 234 | - |
| CMYK | 0.06 | 0.5 | 0 | 0.08 |
| HSL | 293.33º | 0.74% | 0.69% | - |
| HSV(B) | 293.33º | 0.5% | 0.92% | - |
| XYZ | 51.03 | 34.04 | 81.72 | - |
| YUV | 161.43 | 168.96 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 234 | 0.06 | 0.5 | 0 | 0.08 | 293.33 | 0.74 | 0.69 |
| Hex | DD | 75 | EA | 6 | 32 | 0 | 8 | 125 | 4A | 45 |
| Octal | 335 | 165 | 352 | 6 | 62 | 0 | 10 | 445 | 112 | 105 |
| Binary | 11011101 | 1110101 | 11101010 | 110 | 110010 | 0 | 1000 | 100100101 | 1001010 | 1000101 |
Color Harmonies of #DD75EA
Complementary color
Monochromatic Colors of #DD75EA
Black with #DD75EA
Text Example
Text Example
White with #DD75EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD75EA; }
p { color: rgb(221,117,234); }
H1.HeaderClassName
{
color: #DD75EA;
}
.AnyTagClassName
{
color: #DD75EA;
}
</style>
background-color css
<style>
a { background-color: #DD75EA; }
a { background-color: rgb(221,117,234); }
div.DivClassName
{
background-color: #DD75EA;
}
.BgClassName
{
background-color: #DD75EA;
}
</style>
border-color css
<style>
span { border-color: #DD75EA; }
span { border-color: rgb(221,117,234); }
td.TdClassName
{
border-color: #DD75EA;
}
.TagClassName
{
border-color: #DD75EA;
}
</style>