Shades of Heliotrope #D380FC
Tints of Heliotrope #D380FC
RGB
CMYK
RGB Variations
Color information
#D380FC (or 0xD380FC) is known color: Heliotrope. HEX triplet: D3, 80 and FC. RGB value is (211,128,252). Sum of RGB (Red+Green+Blue) = 211+128+252=591 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.70% from 591); Green value is 128 (50.39% from 255 or 21.66% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #D380FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D380FC is #2C7F03. Grayscale: #A6A6A6. Windows color (decimal): -2916100 or 16548051. OLE color: 16548051.
HSL color Cylindrical-coordinate representation of color #D380FC: hue angle of 280.16º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D380FC is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 128 | 252 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.01 |
| HSL | 280.16º | 0.95% | 0.75% | - |
| HSV(B) | 280.16º | 0.49% | 0.99% | - |
| XYZ | 52.15 | 36.32 | 96.36 | - |
| YUV | 166.95 | 176 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 128 | 252 | 0.16 | 0.49 | 0 | 0.01 | 280.16 | 0.95 | 0.75 |
| Hex | D3 | 80 | FC | 10 | 31 | 0 | 1 | 118 | 5F | 4B |
| Octal | 323 | 200 | 374 | 20 | 61 | 0 | 1 | 430 | 137 | 113 |
| Binary | 11010011 | 10000000 | 11111100 | 10000 | 110001 | 0 | 1 | 100011000 | 1011111 | 1001011 |
Color Harmonies of #D380FC
Complementary color
Monochromatic Colors of #D380FC
Black with #D380FC
Text Example
Text Example
White with #D380FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D380FC; }
p { color: rgb(211,128,252); }
H1.HeaderClassName
{
color: #D380FC;
}
.AnyTagClassName
{
color: #D380FC;
}
</style>
background-color css
<style>
a { background-color: #D380FC; }
a { background-color: rgb(211,128,252); }
div.DivClassName
{
background-color: #D380FC;
}
.BgClassName
{
background-color: #D380FC;
}
</style>
border-color css
<style>
span { border-color: #D380FC; }
span { border-color: rgb(211,128,252); }
td.TdClassName
{
border-color: #D380FC;
}
.TagClassName
{
border-color: #D380FC;
}
</style>