Shades of Heliotrope #D182FE
Tints of Heliotrope #D182FE
RGB
CMYK
RGB Variations
Color information
#D182FE (or 0xD182FE) is known color: Heliotrope. HEX triplet: D1, 82 and FE. RGB value is (209,130,254). Sum of RGB (Red+Green+Blue) = 209+130+254=593 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.24% from 593); Green value is 130 (51.17% from 255 or 21.92% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #D182FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D182FE is #2E7D01. Grayscale: #A7A7A7. Windows color (decimal): -3046658 or 16679633. OLE color: 16679633.
HSL color Cylindrical-coordinate representation of color #D182FE: hue angle of 278.23º 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 #D182FE is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 130 | 254 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.00 |
| HSL | 278.23º | 0.98% | 0.75% | - |
| HSV(B) | 278.23º | 0.49% | 1% | - |
| XYZ | 52.17 | 36.68 | 98.1 | - |
| YUV | 167.76 | 176.67 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 254 | 0.18 | 0.49 | 0 | 0.00 | 278.23 | 0.98 | 0.75 |
| Hex | D1 | 82 | FE | 12 | 31 | 0 | 0 | 116 | 62 | 4B |
| Octal | 321 | 202 | 376 | 22 | 61 | 0 | 0 | 426 | 142 | 113 |
| Binary | 11010001 | 10000010 | 11111110 | 10010 | 110001 | 0 | 0 | 100010110 | 1100010 | 1001011 |
Color Harmonies of #D182FE
Complementary color
Monochromatic Colors of #D182FE
Black with #D182FE
Text Example
Text Example
White with #D182FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D182FE; }
p { color: rgb(209,130,254); }
H1.HeaderClassName
{
color: #D182FE;
}
.AnyTagClassName
{
color: #D182FE;
}
</style>
background-color css
<style>
a { background-color: #D182FE; }
a { background-color: rgb(209,130,254); }
div.DivClassName
{
background-color: #D182FE;
}
.BgClassName
{
background-color: #D182FE;
}
</style>
border-color css
<style>
span { border-color: #D182FE; }
span { border-color: rgb(209,130,254); }
td.TdClassName
{
border-color: #D182FE;
}
.TagClassName
{
border-color: #D182FE;
}
</style>