Shades of Heliotrope #D35DF8
Tints of Heliotrope #D35DF8
RGB
CMYK
RGB Variations
Color information
#D35DF8 (or 0xD35DF8) is known color: Heliotrope. HEX triplet: D3, 5D and F8. RGB value is (211,93,248). Sum of RGB (Red+Green+Blue) = 211+93+248=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 93 (36.72% from 255 or 16.85% from 552); Blue value is 248 (97.27% from 255 or 44.93% from 552); Max value from RGB is 248 - color contains mainly: blue. Hex color #D35DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35DF8 is #2CA207. Grayscale: #919191. Windows color (decimal): -2925064 or 16276947. OLE color: 16276947.
HSL color Cylindrical-coordinate representation of color #D35DF8: hue angle of 285.68º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D35DF8 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 93 | 248 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.03 |
| HSL | 285.68º | 0.92% | 0.67% | - |
| HSV(B) | 285.68º | 0.63% | 0.97% | - |
| XYZ | 47.72 | 28.45 | 91.78 | - |
| YUV | 145.95 | 185.59 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 93 | 248 | 0.15 | 0.62 | 0 | 0.03 | 285.68 | 0.92 | 0.67 |
| Hex | D3 | 5D | F8 | F | 3E | 0 | 3 | 11E | 5C | 43 |
| Octal | 323 | 135 | 370 | 17 | 76 | 0 | 3 | 436 | 134 | 103 |
| Binary | 11010011 | 1011101 | 11111000 | 1111 | 111110 | 0 | 11 | 100011110 | 1011100 | 1000011 |
Color Harmonies of #D35DF8
Complementary color
Monochromatic Colors of #D35DF8
Black with #D35DF8
Text Example
Text Example
White with #D35DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35DF8; }
p { color: rgb(211,93,248); }
H1.HeaderClassName
{
color: #D35DF8;
}
.AnyTagClassName
{
color: #D35DF8;
}
</style>
background-color css
<style>
a { background-color: #D35DF8; }
a { background-color: rgb(211,93,248); }
div.DivClassName
{
background-color: #D35DF8;
}
.BgClassName
{
background-color: #D35DF8;
}
</style>
border-color css
<style>
span { border-color: #D35DF8; }
span { border-color: rgb(211,93,248); }
td.TdClassName
{
border-color: #D35DF8;
}
.TagClassName
{
border-color: #D35DF8;
}
</style>