Shades of Heliotrope #D781FE
Tints of Heliotrope #D781FE
RGB
CMYK
RGB Variations
Color information
#D781FE (or 0xD781FE) is known color: Heliotrope. HEX triplet: D7, 81 and FE. RGB value is (215,129,254). Sum of RGB (Red+Green+Blue) = 215+129+254=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 129 (50.78% from 255 or 21.57% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #D781FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D781FE is #287E01. Grayscale: #A8A8A8. Windows color (decimal): -2653698 or 16679383. OLE color: 16679383.
HSL color Cylindrical-coordinate representation of color #D781FE: hue angle of 281.28º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D781FE is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 129 | 254 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.00 |
| HSL | 281.28º | 0.98% | 0.75% | - |
| HSV(B) | 281.28º | 0.49% | 1% | - |
| XYZ | 53.76 | 37.3 | 98.13 | - |
| YUV | 168.96 | 175.99 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 129 | 254 | 0.15 | 0.49 | 0 | 0.00 | 281.28 | 0.98 | 0.75 |
| Hex | D7 | 81 | FE | F | 31 | 0 | 0 | 119 | 62 | 4B |
| Octal | 327 | 201 | 376 | 17 | 61 | 0 | 0 | 431 | 142 | 113 |
| Binary | 11010111 | 10000001 | 11111110 | 1111 | 110001 | 0 | 0 | 100011001 | 1100010 | 1001011 |
Color Harmonies of #D781FE
Complementary color
Monochromatic Colors of #D781FE
Black with #D781FE
Text Example
Text Example
White with #D781FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D781FE; }
p { color: rgb(215,129,254); }
H1.HeaderClassName
{
color: #D781FE;
}
.AnyTagClassName
{
color: #D781FE;
}
</style>
background-color css
<style>
a { background-color: #D781FE; }
a { background-color: rgb(215,129,254); }
div.DivClassName
{
background-color: #D781FE;
}
.BgClassName
{
background-color: #D781FE;
}
</style>
border-color css
<style>
span { border-color: #D781FE; }
span { border-color: rgb(215,129,254); }
td.TdClassName
{
border-color: #D781FE;
}
.TagClassName
{
border-color: #D781FE;
}
</style>