Shades of Heliotrope #D348F7
Tints of Heliotrope #D348F7
RGB
CMYK
RGB Variations
Color information
#D348F7 (or 0xD348F7) is known color: Heliotrope. HEX triplet: D3, 48 and F7. RGB value is (211,72,247). Sum of RGB (Red+Green+Blue) = 211+72+247=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 72 (28.52% from 255 or 13.58% from 530); Blue value is 247 (96.88% from 255 or 46.60% from 530); Max value from RGB is 247 - color contains mainly: blue. Hex color #D348F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D348F7 is #2CB708. Grayscale: #848484. Windows color (decimal): -2930441 or 16206035. OLE color: 16206035.
HSL color Cylindrical-coordinate representation of color #D348F7: hue angle of 287.66º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D348F7 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 72 | 247 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.03 |
| HSL | 287.66º | 0.92% | 0.63% | - |
| HSV(B) | 287.66º | 0.71% | 0.97% | - |
| XYZ | 45.97 | 25.2 | 90.44 | - |
| YUV | 133.51 | 192.05 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 247 | 0.15 | 0.71 | 0 | 0.03 | 287.66 | 0.92 | 0.63 |
| Hex | D3 | 48 | F7 | F | 47 | 0 | 3 | 120 | 5C | 3F |
| Octal | 323 | 110 | 367 | 17 | 107 | 0 | 3 | 440 | 134 | 77 |
| Binary | 11010011 | 1001000 | 11110111 | 1111 | 1000111 | 0 | 11 | 100100000 | 1011100 | 111111 |
Color Harmonies of #D348F7
Complementary color
Monochromatic Colors of #D348F7
Black with #D348F7
Text Example
Text Example
White with #D348F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D348F7; }
p { color: rgb(211,72,247); }
H1.HeaderClassName
{
color: #D348F7;
}
.AnyTagClassName
{
color: #D348F7;
}
</style>
background-color css
<style>
a { background-color: #D348F7; }
a { background-color: rgb(211,72,247); }
div.DivClassName
{
background-color: #D348F7;
}
.BgClassName
{
background-color: #D348F7;
}
</style>
border-color css
<style>
span { border-color: #D348F7; }
span { border-color: rgb(211,72,247); }
td.TdClassName
{
border-color: #D348F7;
}
.TagClassName
{
border-color: #D348F7;
}
</style>