Shades of Heliotrope #D27DF2
Tints of Heliotrope #D27DF2
RGB
CMYK
RGB Variations
Color information
#D27DF2 (or 0xD27DF2) is known color: Heliotrope. HEX triplet: D2, 7D and F2. RGB value is (210,125,242). Sum of RGB (Red+Green+Blue) = 210+125+242=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 125 (49.22% from 255 or 21.66% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 242 - color contains mainly: blue. Hex color #D27DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27DF2 is #2D820D. Grayscale: #A3A3A3. Windows color (decimal): -2982414 or 15891922. OLE color: 15891922.
HSL color Cylindrical-coordinate representation of color #D27DF2: hue angle of 283.59º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D27DF2 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 125 | 242 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.05 |
| HSL | 283.59º | 0.82% | 0.72% | - |
| HSV(B) | 283.59º | 0.48% | 0.95% | - |
| XYZ | 49.94 | 34.78 | 88.09 | - |
| YUV | 163.75 | 172.16 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 242 | 0.13 | 0.48 | 0 | 0.05 | 283.59 | 0.82 | 0.72 |
| Hex | D2 | 7D | F2 | D | 30 | 0 | 5 | 11C | 52 | 48 |
| Octal | 322 | 175 | 362 | 15 | 60 | 0 | 5 | 434 | 122 | 110 |
| Binary | 11010010 | 1111101 | 11110010 | 1101 | 110000 | 0 | 101 | 100011100 | 1010010 | 1001000 |
Color Harmonies of #D27DF2
Complementary color
Monochromatic Colors of #D27DF2
Black with #D27DF2
Text Example
Text Example
White with #D27DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27DF2; }
p { color: rgb(210,125,242); }
H1.HeaderClassName
{
color: #D27DF2;
}
.AnyTagClassName
{
color: #D27DF2;
}
</style>
background-color css
<style>
a { background-color: #D27DF2; }
a { background-color: rgb(210,125,242); }
div.DivClassName
{
background-color: #D27DF2;
}
.BgClassName
{
background-color: #D27DF2;
}
</style>
border-color css
<style>
span { border-color: #D27DF2; }
span { border-color: rgb(210,125,242); }
td.TdClassName
{
border-color: #D27DF2;
}
.TagClassName
{
border-color: #D27DF2;
}
</style>