Shades of Heliotrope #D665ED
Tints of Heliotrope #D665ED
RGB
CMYK
RGB Variations
Color information
#D665ED (or 0xD665ED) is known color: Heliotrope. HEX triplet: D6, 65 and ED. RGB value is (214,101,237). Sum of RGB (Red+Green+Blue) = 214+101+237=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 101 (39.84% from 255 or 18.30% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #D665ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D665ED is #299A12. Grayscale: #959595. Windows color (decimal): -2726419 or 15558102. OLE color: 15558102.
HSL color Cylindrical-coordinate representation of color #D665ED: hue angle of 289.85º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D665ED is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 101 | 237 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.07 |
| HSL | 289.85º | 0.79% | 0.66% | - |
| HSV(B) | 289.85º | 0.57% | 0.93% | - |
| XYZ | 47.67 | 29.72 | 83.34 | - |
| YUV | 150.29 | 176.94 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 237 | 0.10 | 0.57 | 0 | 0.07 | 289.85 | 0.79 | 0.66 |
| Hex | D6 | 65 | ED | A | 39 | 0 | 7 | 122 | 4F | 42 |
| Octal | 326 | 145 | 355 | 12 | 71 | 0 | 7 | 442 | 117 | 102 |
| Binary | 11010110 | 1100101 | 11101101 | 1010 | 111001 | 0 | 111 | 100100010 | 1001111 | 1000010 |
Color Harmonies of #D665ED
Complementary color
Monochromatic Colors of #D665ED
Black with #D665ED
Text Example
Text Example
White with #D665ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D665ED; }
p { color: rgb(214,101,237); }
H1.HeaderClassName
{
color: #D665ED;
}
.AnyTagClassName
{
color: #D665ED;
}
</style>
background-color css
<style>
a { background-color: #D665ED; }
a { background-color: rgb(214,101,237); }
div.DivClassName
{
background-color: #D665ED;
}
.BgClassName
{
background-color: #D665ED;
}
</style>
border-color css
<style>
span { border-color: #D665ED; }
span { border-color: rgb(214,101,237); }
td.TdClassName
{
border-color: #D665ED;
}
.TagClassName
{
border-color: #D665ED;
}
</style>