Shades of Heliotrope #D352FA
Tints of Heliotrope #D352FA
RGB
CMYK
RGB Variations
Color information
#D352FA (or 0xD352FA) is known color: Heliotrope. HEX triplet: D3, 52 and FA. RGB value is (211,82,250). Sum of RGB (Red+Green+Blue) = 211+82+250=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 82 (32.42% from 255 or 15.10% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #D352FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D352FA is #2CAD05. Grayscale: #8B8B8B. Windows color (decimal): -2927878 or 16405203. OLE color: 16405203.
HSL color Cylindrical-coordinate representation of color #D352FA: hue angle of 286.07º 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 #D352FA is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 82 | 250 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.02 |
| HSL | 286.07º | 0.94% | 0.65% | - |
| HSV(B) | 286.07º | 0.67% | 0.98% | - |
| XYZ | 47.14 | 26.79 | 93.13 | - |
| YUV | 139.72 | 190.24 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 82 | 250 | 0.16 | 0.67 | 0 | 0.02 | 286.07 | 0.94 | 0.65 |
| Hex | D3 | 52 | FA | 10 | 43 | 0 | 2 | 11E | 5E | 41 |
| Octal | 323 | 122 | 372 | 20 | 103 | 0 | 2 | 436 | 136 | 101 |
| Binary | 11010011 | 1010010 | 11111010 | 10000 | 1000011 | 0 | 10 | 100011110 | 1011110 | 1000001 |
Color Harmonies of #D352FA
Complementary color
Monochromatic Colors of #D352FA
Black with #D352FA
Text Example
Text Example
White with #D352FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D352FA; }
p { color: rgb(211,82,250); }
H1.HeaderClassName
{
color: #D352FA;
}
.AnyTagClassName
{
color: #D352FA;
}
</style>
background-color css
<style>
a { background-color: #D352FA; }
a { background-color: rgb(211,82,250); }
div.DivClassName
{
background-color: #D352FA;
}
.BgClassName
{
background-color: #D352FA;
}
</style>
border-color css
<style>
span { border-color: #D352FA; }
span { border-color: rgb(211,82,250); }
td.TdClassName
{
border-color: #D352FA;
}
.TagClassName
{
border-color: #D352FA;
}
</style>