Shades of Heliotrope #D74AFE
Tints of Heliotrope #D74AFE
RGB
CMYK
RGB Variations
Color information
#D74AFE (or 0xD74AFE) is known color: Heliotrope. HEX triplet: D7, 4A and FE. RGB value is (215,74,254). Sum of RGB (Red+Green+Blue) = 215+74+254=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 74 (29.30% from 255 or 13.63% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #D74AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D74AFE is #28B501. Grayscale: #888888. Windows color (decimal): -2667778 or 16665303. OLE color: 16665303.
HSL color Cylindrical-coordinate representation of color #D74AFE: hue angle of 287º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D74AFE is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 74 | 254 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.00 |
| HSL | 287º | 0.99% | 0.64% | - |
| HSV(B) | 287º | 0.71% | 1% | - |
| XYZ | 48.36 | 26.5 | 96.33 | - |
| YUV | 136.68 | 194.21 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 254 | 0.15 | 0.71 | 0 | 0.00 | 287 | 0.99 | 0.64 |
| Hex | D7 | 4A | FE | F | 47 | 0 | 0 | 11F | 63 | 40 |
| Octal | 327 | 112 | 376 | 17 | 107 | 0 | 0 | 437 | 143 | 100 |
| Binary | 11010111 | 1001010 | 11111110 | 1111 | 1000111 | 0 | 0 | 100011111 | 1100011 | 1000000 |
Color Harmonies of #D74AFE
Complementary color
Monochromatic Colors of #D74AFE
Black with #D74AFE
Text Example
Text Example
White with #D74AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74AFE; }
p { color: rgb(215,74,254); }
H1.HeaderClassName
{
color: #D74AFE;
}
.AnyTagClassName
{
color: #D74AFE;
}
</style>
background-color css
<style>
a { background-color: #D74AFE; }
a { background-color: rgb(215,74,254); }
div.DivClassName
{
background-color: #D74AFE;
}
.BgClassName
{
background-color: #D74AFE;
}
</style>
border-color css
<style>
span { border-color: #D74AFE; }
span { border-color: rgb(215,74,254); }
td.TdClassName
{
border-color: #D74AFE;
}
.TagClassName
{
border-color: #D74AFE;
}
</style>