Shades of Heliotrope #D27FF4
Tints of Heliotrope #D27FF4
RGB
CMYK
RGB Variations
Color information
#D27FF4 (or 0xD27FF4) is known color: Heliotrope. HEX triplet: D2, 7F and F4. RGB value is (210,127,244). Sum of RGB (Red+Green+Blue) = 210+127+244=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 127 (50% from 255 or 21.86% from 581); Blue value is 244 (95.70% from 255 or 42.00% from 581); Max value from RGB is 244 - color contains mainly: blue. Hex color #D27FF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27FF4 is #2D800B. Grayscale: #A4A4A4. Windows color (decimal): -2981900 or 16023506. OLE color: 16023506.
HSL color Cylindrical-coordinate representation of color #D27FF4: hue angle of 282.56º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D27FF4 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 127 | 244 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.04 |
| HSL | 282.56º | 0.84% | 0.73% | - |
| HSV(B) | 282.56º | 0.48% | 0.96% | - |
| XYZ | 50.5 | 35.41 | 89.76 | - |
| YUV | 165.16 | 172.5 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 244 | 0.14 | 0.48 | 0 | 0.04 | 282.56 | 0.84 | 0.73 |
| Hex | D2 | 7F | F4 | E | 30 | 0 | 4 | 11B | 54 | 49 |
| Octal | 322 | 177 | 364 | 16 | 60 | 0 | 4 | 433 | 124 | 111 |
| Binary | 11010010 | 1111111 | 11110100 | 1110 | 110000 | 0 | 100 | 100011011 | 1010100 | 1001001 |
Color Harmonies of #D27FF4
Complementary color
Monochromatic Colors of #D27FF4
Black with #D27FF4
Text Example
Text Example
White with #D27FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27FF4; }
p { color: rgb(210,127,244); }
H1.HeaderClassName
{
color: #D27FF4;
}
.AnyTagClassName
{
color: #D27FF4;
}
</style>
background-color css
<style>
a { background-color: #D27FF4; }
a { background-color: rgb(210,127,244); }
div.DivClassName
{
background-color: #D27FF4;
}
.BgClassName
{
background-color: #D27FF4;
}
</style>
border-color css
<style>
span { border-color: #D27FF4; }
span { border-color: rgb(210,127,244); }
td.TdClassName
{
border-color: #D27FF4;
}
.TagClassName
{
border-color: #D27FF4;
}
</style>