Shades of Heliotrope #D153F8
Tints of Heliotrope #D153F8
RGB
CMYK
RGB Variations
Color information
#D153F8 (or 0xD153F8) is known color: Heliotrope. HEX triplet: D1, 53 and F8. RGB value is (209,83,248). Sum of RGB (Red+Green+Blue) = 209+83+248=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 83 (32.81% from 255 or 15.37% from 540); Blue value is 248 (97.27% from 255 or 45.93% from 540); Max value from RGB is 248 - color contains mainly: blue. Hex color #D153F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D153F8 is #2EAC07. Grayscale: #8A8A8A. Windows color (decimal): -3058696 or 16274385. OLE color: 16274385.
HSL color Cylindrical-coordinate representation of color #D153F8: hue angle of 285.82º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D153F8 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 83 | 248 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.03 |
| HSL | 285.82º | 0.92% | 0.65% | - |
| HSV(B) | 285.82º | 0.67% | 0.97% | - |
| XYZ | 46.33 | 26.52 | 91.48 | - |
| YUV | 139.48 | 189.24 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 248 | 0.16 | 0.67 | 0 | 0.03 | 285.82 | 0.92 | 0.65 |
| Hex | D1 | 53 | F8 | 10 | 43 | 0 | 3 | 11E | 5C | 41 |
| Octal | 321 | 123 | 370 | 20 | 103 | 0 | 3 | 436 | 134 | 101 |
| Binary | 11010001 | 1010011 | 11111000 | 10000 | 1000011 | 0 | 11 | 100011110 | 1011100 | 1000001 |
Color Harmonies of #D153F8
Complementary color
Monochromatic Colors of #D153F8
Black with #D153F8
Text Example
Text Example
White with #D153F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D153F8; }
p { color: rgb(209,83,248); }
H1.HeaderClassName
{
color: #D153F8;
}
.AnyTagClassName
{
color: #D153F8;
}
</style>
background-color css
<style>
a { background-color: #D153F8; }
a { background-color: rgb(209,83,248); }
div.DivClassName
{
background-color: #D153F8;
}
.BgClassName
{
background-color: #D153F8;
}
</style>
border-color css
<style>
span { border-color: #D153F8; }
span { border-color: rgb(209,83,248); }
td.TdClassName
{
border-color: #D153F8;
}
.TagClassName
{
border-color: #D153F8;
}
</style>