Shades of Heliotrope #D384FC
Tints of Heliotrope #D384FC
RGB
CMYK
RGB Variations
Color information
#D384FC (or 0xD384FC) is known color: Heliotrope. HEX triplet: D3, 84 and FC. RGB value is (211,132,252). Sum of RGB (Red+Green+Blue) = 211+132+252=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 132 (51.95% from 255 or 22.18% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #D384FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D384FC is #2C7B03. Grayscale: #A8A8A8. Windows color (decimal): -2915076 or 16549075. OLE color: 16549075.
HSL color Cylindrical-coordinate representation of color #D384FC: hue angle of 279.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D384FC is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 132 | 252 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.01 |
| HSL | 279.5º | 0.95% | 0.75% | - |
| HSV(B) | 279.5º | 0.48% | 0.99% | - |
| XYZ | 52.69 | 37.38 | 96.53 | - |
| YUV | 169.3 | 174.67 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 132 | 252 | 0.16 | 0.48 | 0 | 0.01 | 279.5 | 0.95 | 0.75 |
| Hex | D3 | 84 | FC | 10 | 30 | 0 | 1 | 118 | 5F | 4B |
| Octal | 323 | 204 | 374 | 20 | 60 | 0 | 1 | 430 | 137 | 113 |
| Binary | 11010011 | 10000100 | 11111100 | 10000 | 110000 | 0 | 1 | 100011000 | 1011111 | 1001011 |
Color Harmonies of #D384FC
Complementary color
Monochromatic Colors of #D384FC
Black with #D384FC
Text Example
Text Example
White with #D384FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D384FC; }
p { color: rgb(211,132,252); }
H1.HeaderClassName
{
color: #D384FC;
}
.AnyTagClassName
{
color: #D384FC;
}
</style>
background-color css
<style>
a { background-color: #D384FC; }
a { background-color: rgb(211,132,252); }
div.DivClassName
{
background-color: #D384FC;
}
.BgClassName
{
background-color: #D384FC;
}
</style>
border-color css
<style>
span { border-color: #D384FC; }
span { border-color: rgb(211,132,252); }
td.TdClassName
{
border-color: #D384FC;
}
.TagClassName
{
border-color: #D384FC;
}
</style>