Shades of Heliotrope #D152FA
Tints of Heliotrope #D152FA
RGB
CMYK
RGB Variations
Color information
#D152FA (or 0xD152FA) is known color: Heliotrope. HEX triplet: D1, 52 and FA. RGB value is (209,82,250). Sum of RGB (Red+Green+Blue) = 209+82+250=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 82 (32.42% from 255 or 15.16% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #D152FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D152FA is #2EAD05. Grayscale: #8A8A8A. Windows color (decimal): -3058950 or 16405201. OLE color: 16405201.
HSL color Cylindrical-coordinate representation of color #D152FA: hue angle of 285.36º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D152FA is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 82 | 250 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.02 |
| HSL | 285.36º | 0.94% | 0.65% | - |
| HSV(B) | 285.36º | 0.67% | 0.98% | - |
| XYZ | 46.57 | 26.49 | 93.1 | - |
| YUV | 139.13 | 190.58 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 250 | 0.16 | 0.67 | 0 | 0.02 | 285.36 | 0.94 | 0.65 |
| Hex | D1 | 52 | FA | 10 | 43 | 0 | 2 | 11D | 5E | 41 |
| Octal | 321 | 122 | 372 | 20 | 103 | 0 | 2 | 435 | 136 | 101 |
| Binary | 11010001 | 1010010 | 11111010 | 10000 | 1000011 | 0 | 10 | 100011101 | 1011110 | 1000001 |
Color Harmonies of #D152FA
Complementary color
Monochromatic Colors of #D152FA
Black with #D152FA
Text Example
Text Example
White with #D152FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D152FA; }
p { color: rgb(209,82,250); }
H1.HeaderClassName
{
color: #D152FA;
}
.AnyTagClassName
{
color: #D152FA;
}
</style>
background-color css
<style>
a { background-color: #D152FA; }
a { background-color: rgb(209,82,250); }
div.DivClassName
{
background-color: #D152FA;
}
.BgClassName
{
background-color: #D152FA;
}
</style>
border-color css
<style>
span { border-color: #D152FA; }
span { border-color: rgb(209,82,250); }
td.TdClassName
{
border-color: #D152FA;
}
.TagClassName
{
border-color: #D152FA;
}
</style>