Shades of Heliotrope #D265ED
Tints of Heliotrope #D265ED
RGB
CMYK
RGB Variations
Color information
#D265ED (or 0xD265ED) is known color: Heliotrope. HEX triplet: D2, 65 and ED. RGB value is (210,101,237). Sum of RGB (Red+Green+Blue) = 210+101+237=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 101 (39.84% from 255 or 18.43% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #D265ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D265ED is #2D9A12. Grayscale: #949494. Windows color (decimal): -2988563 or 15558098. OLE color: 15558098.
HSL color Cylindrical-coordinate representation of color #D265ED: hue angle of 288.09º 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 #D265ED is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 101 | 237 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.07 |
| HSL | 288.09º | 0.79% | 0.66% | - |
| HSV(B) | 288.09º | 0.57% | 0.93% | - |
| XYZ | 46.52 | 29.12 | 83.29 | - |
| YUV | 149.1 | 177.61 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 237 | 0.11 | 0.57 | 0 | 0.07 | 288.09 | 0.79 | 0.66 |
| Hex | D2 | 65 | ED | B | 39 | 0 | 7 | 120 | 4F | 42 |
| Octal | 322 | 145 | 355 | 13 | 71 | 0 | 7 | 440 | 117 | 102 |
| Binary | 11010010 | 1100101 | 11101101 | 1011 | 111001 | 0 | 111 | 100100000 | 1001111 | 1000010 |
Color Harmonies of #D265ED
Complementary color
Monochromatic Colors of #D265ED
Black with #D265ED
Text Example
Text Example
White with #D265ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D265ED; }
p { color: rgb(210,101,237); }
H1.HeaderClassName
{
color: #D265ED;
}
.AnyTagClassName
{
color: #D265ED;
}
</style>
background-color css
<style>
a { background-color: #D265ED; }
a { background-color: rgb(210,101,237); }
div.DivClassName
{
background-color: #D265ED;
}
.BgClassName
{
background-color: #D265ED;
}
</style>
border-color css
<style>
span { border-color: #D265ED; }
span { border-color: rgb(210,101,237); }
td.TdClassName
{
border-color: #D265ED;
}
.TagClassName
{
border-color: #D265ED;
}
</style>