Shades of Heliotrope #D781FB
Tints of Heliotrope #D781FB
RGB
CMYK
RGB Variations
Color information
#D781FB (or 0xD781FB) is known color: Heliotrope. HEX triplet: D7, 81 and FB. RGB value is (215,129,251). Sum of RGB (Red+Green+Blue) = 215+129+251=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 129 (50.78% from 255 or 21.68% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #D781FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D781FB is #287E04. Grayscale: #A8A8A8. Windows color (decimal): -2653701 or 16482775. OLE color: 16482775.
HSL color Cylindrical-coordinate representation of color #D781FB: hue angle of 282.3º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D781FB is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 129 | 251 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.02 |
| HSL | 282.3º | 0.94% | 0.75% | - |
| HSV(B) | 282.3º | 0.49% | 0.98% | - |
| XYZ | 53.29 | 37.11 | 95.62 | - |
| YUV | 168.62 | 174.49 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 129 | 251 | 0.14 | 0.49 | 0 | 0.02 | 282.3 | 0.94 | 0.75 |
| Hex | D7 | 81 | FB | E | 31 | 0 | 2 | 11A | 5E | 4B |
| Octal | 327 | 201 | 373 | 16 | 61 | 0 | 2 | 432 | 136 | 113 |
| Binary | 11010111 | 10000001 | 11111011 | 1110 | 110001 | 0 | 10 | 100011010 | 1011110 | 1001011 |
Color Harmonies of #D781FB
Complementary color
Monochromatic Colors of #D781FB
Black with #D781FB
Text Example
Text Example
White with #D781FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D781FB; }
p { color: rgb(215,129,251); }
H1.HeaderClassName
{
color: #D781FB;
}
.AnyTagClassName
{
color: #D781FB;
}
</style>
background-color css
<style>
a { background-color: #D781FB; }
a { background-color: rgb(215,129,251); }
div.DivClassName
{
background-color: #D781FB;
}
.BgClassName
{
background-color: #D781FB;
}
</style>
border-color css
<style>
span { border-color: #D781FB; }
span { border-color: rgb(215,129,251); }
td.TdClassName
{
border-color: #D781FB;
}
.TagClassName
{
border-color: #D781FB;
}
</style>