Shades of Heliotrope #D152F3
Tints of Heliotrope #D152F3
RGB
CMYK
RGB Variations
Color information
#D152F3 (or 0xD152F3) is known color: Heliotrope. HEX triplet: D1, 52 and F3. RGB value is (209,82,243). Sum of RGB (Red+Green+Blue) = 209+82+243=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 82 (32.42% from 255 or 15.36% from 534); Blue value is 243 (95.31% from 255 or 45.51% from 534); Max value from RGB is 243 - color contains mainly: blue. Hex color #D152F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D152F3 is #2EAD0C. Grayscale: #898989. Windows color (decimal): -3058957 or 15946449. OLE color: 15946449.
HSL color Cylindrical-coordinate representation of color #D152F3: hue angle of 287.33º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D152F3 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 82 | 243 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.05 |
| HSL | 287.33º | 0.87% | 0.64% | - |
| HSV(B) | 287.33º | 0.66% | 0.95% | - |
| XYZ | 45.49 | 26.06 | 87.43 | - |
| YUV | 138.33 | 187.08 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 243 | 0.14 | 0.66 | 0 | 0.05 | 287.33 | 0.87 | 0.64 |
| Hex | D1 | 52 | F3 | E | 42 | 0 | 5 | 11F | 57 | 40 |
| Octal | 321 | 122 | 363 | 16 | 102 | 0 | 5 | 437 | 127 | 100 |
| Binary | 11010001 | 1010010 | 11110011 | 1110 | 1000010 | 0 | 101 | 100011111 | 1010111 | 1000000 |
Color Harmonies of #D152F3
Complementary color
Monochromatic Colors of #D152F3
Black with #D152F3
Text Example
Text Example
White with #D152F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D152F3; }
p { color: rgb(209,82,243); }
H1.HeaderClassName
{
color: #D152F3;
}
.AnyTagClassName
{
color: #D152F3;
}
</style>
background-color css
<style>
a { background-color: #D152F3; }
a { background-color: rgb(209,82,243); }
div.DivClassName
{
background-color: #D152F3;
}
.BgClassName
{
background-color: #D152F3;
}
</style>
border-color css
<style>
span { border-color: #D152F3; }
span { border-color: rgb(209,82,243); }
td.TdClassName
{
border-color: #D152F3;
}
.TagClassName
{
border-color: #D152F3;
}
</style>