Shades of Heliotrope #D153FF
Tints of Heliotrope #D153FF
RGB
CMYK
RGB Variations
Color information
#D153FF (or 0xD153FF) is known color: Heliotrope. HEX triplet: D1, 53 and FF. RGB value is (209,83,255). Sum of RGB (Red+Green+Blue) = 209+83+255=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 83 (32.81% from 255 or 15.17% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #D153FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D153FF is #2EAC00. Grayscale: #8B8B8B. Windows color (decimal): -3058689 or 16733137. OLE color: 16733137.
HSL color Cylindrical-coordinate representation of color #D153FF: hue angle of 283.95º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D153FF is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 83 | 255 | - |
| CMYK | 0.18 | 0.67 | 0 | 0 |
| HSL | 283.95º | 1% | 0.66% | - |
| HSV(B) | 283.95º | 0.67% | 1% | - |
| XYZ | 47.44 | 26.96 | 97.31 | - |
| YUV | 140.28 | 192.74 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 255 | 0.18 | 0.67 | 0 | 0 | 283.95 | 1 | 0.66 |
| Hex | D1 | 53 | FF | 12 | 43 | 0 | 0 | 11C | 64 | 42 |
| Octal | 321 | 123 | 377 | 22 | 103 | 0 | 0 | 434 | 144 | 102 |
| Binary | 11010001 | 1010011 | 11111111 | 10010 | 1000011 | 0 | 0 | 100011100 | 1100100 | 1000010 |
Color Harmonies of #D153FF
Complementary color
Monochromatic Colors of #D153FF
Black with #D153FF
Text Example
Text Example
White with #D153FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D153FF; }
p { color: rgb(209,83,255); }
H1.HeaderClassName
{
color: #D153FF;
}
.AnyTagClassName
{
color: #D153FF;
}
</style>
background-color css
<style>
a { background-color: #D153FF; }
a { background-color: rgb(209,83,255); }
div.DivClassName
{
background-color: #D153FF;
}
.BgClassName
{
background-color: #D153FF;
}
</style>
border-color css
<style>
span { border-color: #D153FF; }
span { border-color: rgb(209,83,255); }
td.TdClassName
{
border-color: #D153FF;
}
.TagClassName
{
border-color: #D153FF;
}
</style>