Shades of Heliotrope #D27FFB
Tints of Heliotrope #D27FFB
RGB
CMYK
RGB Variations
Color information
#D27FFB (or 0xD27FFB) is known color: Heliotrope. HEX triplet: D2, 7F and FB. RGB value is (210,127,251). Sum of RGB (Red+Green+Blue) = 210+127+251=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 127 (50% from 255 or 21.60% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #D27FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27FFB is #2D8004. Grayscale: #A5A5A5. Windows color (decimal): -2981893 or 16482258. OLE color: 16482258.
HSL color Cylindrical-coordinate representation of color #D27FFB: hue angle of 280.16º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D27FFB is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 127 | 251 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.02 |
| HSL | 280.16º | 0.94% | 0.74% | - |
| HSV(B) | 280.16º | 0.49% | 0.98% | - |
| XYZ | 51.58 | 35.85 | 95.47 | - |
| YUV | 165.95 | 176 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 251 | 0.16 | 0.49 | 0 | 0.02 | 280.16 | 0.94 | 0.74 |
| Hex | D2 | 7F | FB | 10 | 31 | 0 | 2 | 118 | 5E | 4A |
| Octal | 322 | 177 | 373 | 20 | 61 | 0 | 2 | 430 | 136 | 112 |
| Binary | 11010010 | 1111111 | 11111011 | 10000 | 110001 | 0 | 10 | 100011000 | 1011110 | 1001010 |
Color Harmonies of #D27FFB
Complementary color
Monochromatic Colors of #D27FFB
Black with #D27FFB
Text Example
Text Example
White with #D27FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27FFB; }
p { color: rgb(210,127,251); }
H1.HeaderClassName
{
color: #D27FFB;
}
.AnyTagClassName
{
color: #D27FFB;
}
</style>
background-color css
<style>
a { background-color: #D27FFB; }
a { background-color: rgb(210,127,251); }
div.DivClassName
{
background-color: #D27FFB;
}
.BgClassName
{
background-color: #D27FFB;
}
</style>
border-color css
<style>
span { border-color: #D27FFB; }
span { border-color: rgb(210,127,251); }
td.TdClassName
{
border-color: #D27FFB;
}
.TagClassName
{
border-color: #D27FFB;
}
</style>