Shades of Heliotrope #D672FE
Tints of Heliotrope #D672FE
RGB
CMYK
RGB Variations
Color information
#D672FE (or 0xD672FE) is known color: Heliotrope. HEX triplet: D6, 72 and FE. RGB value is (214,114,254). Sum of RGB (Red+Green+Blue) = 214+114+254=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 114 (44.92% from 255 or 19.59% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #D672FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D672FE is #298D01. Grayscale: #9F9F9F. Windows color (decimal): -2723074 or 16675542. OLE color: 16675542.
HSL color Cylindrical-coordinate representation of color #D672FE: hue angle of 282.86º 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 #D672FE is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 114 | 254 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.00 |
| HSL | 282.86º | 0.99% | 0.72% | - |
| HSV(B) | 282.86º | 0.55% | 1% | - |
| XYZ | 51.64 | 33.49 | 97.51 | - |
| YUV | 159.86 | 181.13 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 254 | 0.16 | 0.55 | 0 | 0.00 | 282.86 | 0.99 | 0.72 |
| Hex | D6 | 72 | FE | 10 | 37 | 0 | 0 | 11B | 63 | 48 |
| Octal | 326 | 162 | 376 | 20 | 67 | 0 | 0 | 433 | 143 | 110 |
| Binary | 11010110 | 1110010 | 11111110 | 10000 | 110111 | 0 | 0 | 100011011 | 1100011 | 1001000 |
Color Harmonies of #D672FE
Complementary color
Monochromatic Colors of #D672FE
Black with #D672FE
Text Example
Text Example
White with #D672FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D672FE; }
p { color: rgb(214,114,254); }
H1.HeaderClassName
{
color: #D672FE;
}
.AnyTagClassName
{
color: #D672FE;
}
</style>
background-color css
<style>
a { background-color: #D672FE; }
a { background-color: rgb(214,114,254); }
div.DivClassName
{
background-color: #D672FE;
}
.BgClassName
{
background-color: #D672FE;
}
</style>
border-color css
<style>
span { border-color: #D672FE; }
span { border-color: rgb(214,114,254); }
td.TdClassName
{
border-color: #D672FE;
}
.TagClassName
{
border-color: #D672FE;
}
</style>