Shades of Heliotrope #D741FE
Tints of Heliotrope #D741FE
RGB
CMYK
RGB Variations
Color information
#D741FE (or 0xD741FE) is known color: Heliotrope. HEX triplet: D7, 41 and FE. RGB value is (215,65,254). Sum of RGB (Red+Green+Blue) = 215+65+254=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 65 (25.78% from 255 or 12.17% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #D741FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D741FE is #28BE01. Grayscale: #828282. Windows color (decimal): -2670082 or 16662999. OLE color: 16662999.
HSL color Cylindrical-coordinate representation of color #D741FE: hue angle of 287.62º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D741FE is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 65 | 254 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.00 |
| HSL | 287.62º | 0.99% | 0.63% | - |
| HSV(B) | 287.62º | 0.74% | 1% | - |
| XYZ | 47.8 | 25.38 | 96.15 | - |
| YUV | 131.4 | 197.2 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 65 | 254 | 0.15 | 0.74 | 0 | 0.00 | 287.62 | 0.99 | 0.63 |
| Hex | D7 | 41 | FE | F | 4A | 0 | 0 | 120 | 63 | 3F |
| Octal | 327 | 101 | 376 | 17 | 112 | 0 | 0 | 440 | 143 | 77 |
| Binary | 11010111 | 1000001 | 11111110 | 1111 | 1001010 | 0 | 0 | 100100000 | 1100011 | 111111 |
Color Harmonies of #D741FE
Complementary color
Monochromatic Colors of #D741FE
Black with #D741FE
Text Example
Text Example
White with #D741FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D741FE; }
p { color: rgb(215,65,254); }
H1.HeaderClassName
{
color: #D741FE;
}
.AnyTagClassName
{
color: #D741FE;
}
</style>
background-color css
<style>
a { background-color: #D741FE; }
a { background-color: rgb(215,65,254); }
div.DivClassName
{
background-color: #D741FE;
}
.BgClassName
{
background-color: #D741FE;
}
</style>
border-color css
<style>
span { border-color: #D741FE; }
span { border-color: rgb(215,65,254); }
td.TdClassName
{
border-color: #D741FE;
}
.TagClassName
{
border-color: #D741FE;
}
</style>