Shades of Heliotrope #D27DF3
Tints of Heliotrope #D27DF3
RGB
CMYK
RGB Variations
Color information
#D27DF3 (or 0xD27DF3) is known color: Heliotrope. HEX triplet: D2, 7D and F3. RGB value is (210,125,243). Sum of RGB (Red+Green+Blue) = 210+125+243=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 125 (49.22% from 255 or 21.63% from 578); Blue value is 243 (95.31% from 255 or 42.04% from 578); Max value from RGB is 243 - color contains mainly: blue. Hex color #D27DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27DF3 is #2D820C. Grayscale: #A3A3A3. Windows color (decimal): -2982413 or 15957458. OLE color: 15957458.
HSL color Cylindrical-coordinate representation of color #D27DF3: hue angle of 283.22º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D27DF3 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 125 | 243 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.05 |
| HSL | 283.22º | 0.83% | 0.72% | - |
| HSV(B) | 283.22º | 0.49% | 0.95% | - |
| XYZ | 50.09 | 34.84 | 88.88 | - |
| YUV | 163.87 | 172.66 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 243 | 0.14 | 0.49 | 0 | 0.05 | 283.22 | 0.83 | 0.72 |
| Hex | D2 | 7D | F3 | E | 31 | 0 | 5 | 11B | 53 | 48 |
| Octal | 322 | 175 | 363 | 16 | 61 | 0 | 5 | 433 | 123 | 110 |
| Binary | 11010010 | 1111101 | 11110011 | 1110 | 110001 | 0 | 101 | 100011011 | 1010011 | 1001000 |
Color Harmonies of #D27DF3
Complementary color
Monochromatic Colors of #D27DF3
Black with #D27DF3
Text Example
Text Example
White with #D27DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27DF3; }
p { color: rgb(210,125,243); }
H1.HeaderClassName
{
color: #D27DF3;
}
.AnyTagClassName
{
color: #D27DF3;
}
</style>
background-color css
<style>
a { background-color: #D27DF3; }
a { background-color: rgb(210,125,243); }
div.DivClassName
{
background-color: #D27DF3;
}
.BgClassName
{
background-color: #D27DF3;
}
</style>
border-color css
<style>
span { border-color: #D27DF3; }
span { border-color: rgb(210,125,243); }
td.TdClassName
{
border-color: #D27DF3;
}
.TagClassName
{
border-color: #D27DF3;
}
</style>