Shades of Heliotrope #D875F5
Tints of Heliotrope #D875F5
RGB
CMYK
RGB Variations
Color information
#D875F5 (or 0xD875F5) is known color: Heliotrope. HEX triplet: D8, 75 and F5. RGB value is (216,117,245). Sum of RGB (Red+Green+Blue) = 216+117+245=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 117 (46.09% from 255 or 20.24% from 578); Blue value is 245 (96.09% from 255 or 42.39% from 578); Max value from RGB is 245 - color contains mainly: blue. Hex color #D875F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D875F5 is #278A0A. Grayscale: #A0A0A0. Windows color (decimal): -2591243 or 16086488. OLE color: 16086488.
HSL color Cylindrical-coordinate representation of color #D875F5: hue angle of 286.41º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D875F5 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 117 | 245 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.04 |
| HSL | 286.41º | 0.86% | 0.71% | - |
| HSV(B) | 286.41º | 0.52% | 0.96% | - |
| XYZ | 51.16 | 33.91 | 90.24 | - |
| YUV | 161.19 | 175.3 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 245 | 0.12 | 0.52 | 0 | 0.04 | 286.41 | 0.86 | 0.71 |
| Hex | D8 | 75 | F5 | C | 34 | 0 | 4 | 11E | 56 | 47 |
| Octal | 330 | 165 | 365 | 14 | 64 | 0 | 4 | 436 | 126 | 107 |
| Binary | 11011000 | 1110101 | 11110101 | 1100 | 110100 | 0 | 100 | 100011110 | 1010110 | 1000111 |
Color Harmonies of #D875F5
Complementary color
Monochromatic Colors of #D875F5
Black with #D875F5
Text Example
Text Example
White with #D875F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D875F5; }
p { color: rgb(216,117,245); }
H1.HeaderClassName
{
color: #D875F5;
}
.AnyTagClassName
{
color: #D875F5;
}
</style>
background-color css
<style>
a { background-color: #D875F5; }
a { background-color: rgb(216,117,245); }
div.DivClassName
{
background-color: #D875F5;
}
.BgClassName
{
background-color: #D875F5;
}
</style>
border-color css
<style>
span { border-color: #D875F5; }
span { border-color: rgb(216,117,245); }
td.TdClassName
{
border-color: #D875F5;
}
.TagClassName
{
border-color: #D875F5;
}
</style>