Shades of Heliotrope #D153F7
Tints of Heliotrope #D153F7
RGB
CMYK
RGB Variations
Color information
#D153F7 (or 0xD153F7) is known color: Heliotrope. HEX triplet: D1, 53 and F7. RGB value is (209,83,247). Sum of RGB (Red+Green+Blue) = 209+83+247=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 83 (32.81% from 255 or 15.40% from 539); Blue value is 247 (96.88% from 255 or 45.83% from 539); Max value from RGB is 247 - color contains mainly: blue. Hex color #D153F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D153F7 is #2EAC08. Grayscale: #8A8A8A. Windows color (decimal): -3058697 or 16208849. OLE color: 16208849.
HSL color Cylindrical-coordinate representation of color #D153F7: hue angle of 286.1º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D153F7 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 83 | 247 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.03 |
| HSL | 286.1º | 0.91% | 0.65% | - |
| HSV(B) | 286.1º | 0.66% | 0.97% | - |
| XYZ | 46.18 | 26.46 | 90.67 | - |
| YUV | 139.37 | 188.74 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 247 | 0.15 | 0.66 | 0 | 0.03 | 286.1 | 0.91 | 0.65 |
| Hex | D1 | 53 | F7 | F | 42 | 0 | 3 | 11E | 5B | 41 |
| Octal | 321 | 123 | 367 | 17 | 102 | 0 | 3 | 436 | 133 | 101 |
| Binary | 11010001 | 1010011 | 11110111 | 1111 | 1000010 | 0 | 11 | 100011110 | 1011011 | 1000001 |
Color Harmonies of #D153F7
Complementary color
Monochromatic Colors of #D153F7
Black with #D153F7
Text Example
Text Example
White with #D153F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D153F7; }
p { color: rgb(209,83,247); }
H1.HeaderClassName
{
color: #D153F7;
}
.AnyTagClassName
{
color: #D153F7;
}
</style>
background-color css
<style>
a { background-color: #D153F7; }
a { background-color: rgb(209,83,247); }
div.DivClassName
{
background-color: #D153F7;
}
.BgClassName
{
background-color: #D153F7;
}
</style>
border-color css
<style>
span { border-color: #D153F7; }
span { border-color: rgb(209,83,247); }
td.TdClassName
{
border-color: #D153F7;
}
.TagClassName
{
border-color: #D153F7;
}
</style>