Shades of Heliotrope #D153F4
Tints of Heliotrope #D153F4
RGB
CMYK
RGB Variations
Color information
#D153F4 (or 0xD153F4) is known color: Heliotrope. HEX triplet: D1, 53 and F4. RGB value is (209,83,244). Sum of RGB (Red+Green+Blue) = 209+83+244=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 83 (32.81% from 255 or 15.49% from 536); Blue value is 244 (95.70% from 255 or 45.52% from 536); Max value from RGB is 244 - color contains mainly: blue. Hex color #D153F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D153F4 is #2EAC0B. Grayscale: #8A8A8A. Windows color (decimal): -3058700 or 16012241. OLE color: 16012241.
HSL color Cylindrical-coordinate representation of color #D153F4: hue angle of 286.96º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D153F4 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 83 | 244 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.04 |
| HSL | 286.96º | 0.88% | 0.64% | - |
| HSV(B) | 286.96º | 0.66% | 0.96% | - |
| XYZ | 45.72 | 26.27 | 88.25 | - |
| YUV | 139.03 | 187.24 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 244 | 0.14 | 0.66 | 0 | 0.04 | 286.96 | 0.88 | 0.64 |
| Hex | D1 | 53 | F4 | E | 42 | 0 | 4 | 11F | 58 | 40 |
| Octal | 321 | 123 | 364 | 16 | 102 | 0 | 4 | 437 | 130 | 100 |
| Binary | 11010001 | 1010011 | 11110100 | 1110 | 1000010 | 0 | 100 | 100011111 | 1011000 | 1000000 |
Color Harmonies of #D153F4
Complementary color
Monochromatic Colors of #D153F4
Black with #D153F4
Text Example
Text Example
White with #D153F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D153F4; }
p { color: rgb(209,83,244); }
H1.HeaderClassName
{
color: #D153F4;
}
.AnyTagClassName
{
color: #D153F4;
}
</style>
background-color css
<style>
a { background-color: #D153F4; }
a { background-color: rgb(209,83,244); }
div.DivClassName
{
background-color: #D153F4;
}
.BgClassName
{
background-color: #D153F4;
}
</style>
border-color css
<style>
span { border-color: #D153F4; }
span { border-color: rgb(209,83,244); }
td.TdClassName
{
border-color: #D153F4;
}
.TagClassName
{
border-color: #D153F4;
}
</style>