Shades of Heliotrope #D153F6
Tints of Heliotrope #D153F6
RGB
CMYK
RGB Variations
Color information
#D153F6 (or 0xD153F6) is known color: Heliotrope. HEX triplet: D1, 53 and F6. RGB value is (209,83,246). Sum of RGB (Red+Green+Blue) = 209+83+246=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 83 (32.81% from 255 or 15.43% from 538); Blue value is 246 (96.48% from 255 or 45.72% from 538); Max value from RGB is 246 - color contains mainly: blue. Hex color #D153F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D153F6 is #2EAC09. Grayscale: #8A8A8A. Windows color (decimal): -3058698 or 16143313. OLE color: 16143313.
HSL color Cylindrical-coordinate representation of color #D153F6: hue angle of 286.38º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D153F6 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 83 | 246 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.04 |
| HSL | 286.38º | 0.9% | 0.65% | - |
| HSV(B) | 286.38º | 0.66% | 0.96% | - |
| XYZ | 46.02 | 26.4 | 89.86 | - |
| YUV | 139.26 | 188.24 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 246 | 0.15 | 0.66 | 0 | 0.04 | 286.38 | 0.9 | 0.65 |
| Hex | D1 | 53 | F6 | F | 42 | 0 | 4 | 11E | 5A | 41 |
| Octal | 321 | 123 | 366 | 17 | 102 | 0 | 4 | 436 | 132 | 101 |
| Binary | 11010001 | 1010011 | 11110110 | 1111 | 1000010 | 0 | 100 | 100011110 | 1011010 | 1000001 |
Color Harmonies of #D153F6
Complementary color
Monochromatic Colors of #D153F6
Black with #D153F6
Text Example
Text Example
White with #D153F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D153F6; }
p { color: rgb(209,83,246); }
H1.HeaderClassName
{
color: #D153F6;
}
.AnyTagClassName
{
color: #D153F6;
}
</style>
background-color css
<style>
a { background-color: #D153F6; }
a { background-color: rgb(209,83,246); }
div.DivClassName
{
background-color: #D153F6;
}
.BgClassName
{
background-color: #D153F6;
}
</style>
border-color css
<style>
span { border-color: #D153F6; }
span { border-color: rgb(209,83,246); }
td.TdClassName
{
border-color: #D153F6;
}
.TagClassName
{
border-color: #D153F6;
}
</style>