Shades of Heliotrope #D772FE
Tints of Heliotrope #D772FE
RGB
CMYK
RGB Variations
Color information
#D772FE (or 0xD772FE) is known color: Heliotrope. HEX triplet: D7, 72 and FE. RGB value is (215,114,254). Sum of RGB (Red+Green+Blue) = 215+114+254=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 114 (44.92% from 255 or 19.55% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #D772FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D772FE is #288D01. Grayscale: #9F9F9F. Windows color (decimal): -2657538 or 16675543. OLE color: 16675543.
HSL color Cylindrical-coordinate representation of color #D772FE: hue angle of 283.29º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D772FE is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 114 | 254 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.00 |
| HSL | 283.29º | 0.99% | 0.72% | - |
| HSV(B) | 283.29º | 0.55% | 1% | - |
| XYZ | 51.93 | 33.64 | 97.52 | - |
| YUV | 160.16 | 180.96 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 114 | 254 | 0.15 | 0.55 | 0 | 0.00 | 283.29 | 0.99 | 0.72 |
| Hex | D7 | 72 | FE | F | 37 | 0 | 0 | 11B | 63 | 48 |
| Octal | 327 | 162 | 376 | 17 | 67 | 0 | 0 | 433 | 143 | 110 |
| Binary | 11010111 | 1110010 | 11111110 | 1111 | 110111 | 0 | 0 | 100011011 | 1100011 | 1001000 |
Color Harmonies of #D772FE
Complementary color
Monochromatic Colors of #D772FE
Black with #D772FE
Text Example
Text Example
White with #D772FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D772FE; }
p { color: rgb(215,114,254); }
H1.HeaderClassName
{
color: #D772FE;
}
.AnyTagClassName
{
color: #D772FE;
}
</style>
background-color css
<style>
a { background-color: #D772FE; }
a { background-color: rgb(215,114,254); }
div.DivClassName
{
background-color: #D772FE;
}
.BgClassName
{
background-color: #D772FE;
}
</style>
border-color css
<style>
span { border-color: #D772FE; }
span { border-color: rgb(215,114,254); }
td.TdClassName
{
border-color: #D772FE;
}
.TagClassName
{
border-color: #D772FE;
}
</style>