Shades of Heliotrope #D380FD
Tints of Heliotrope #D380FD
RGB
CMYK
RGB Variations
Color information
#D380FD (or 0xD380FD) is known color: Heliotrope. HEX triplet: D3, 80 and FD. RGB value is (211,128,253). Sum of RGB (Red+Green+Blue) = 211+128+253=592 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.64% from 592); Green value is 128 (50.39% from 255 or 21.62% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #D380FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D380FD is #2C7F02. Grayscale: #A6A6A6. Windows color (decimal): -2916099 or 16613587. OLE color: 16613587.
HSL color Cylindrical-coordinate representation of color #D380FD: hue angle of 279.84º degrees, saturation: 0.97, 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 #D380FD is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 128 | 253 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.01 |
| HSL | 279.84º | 0.97% | 0.75% | - |
| HSV(B) | 279.84º | 0.49% | 0.99% | - |
| XYZ | 52.31 | 36.38 | 97.19 | - |
| YUV | 167.07 | 176.5 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 128 | 253 | 0.17 | 0.49 | 0 | 0.01 | 279.84 | 0.97 | 0.75 |
| Hex | D3 | 80 | FD | 11 | 31 | 0 | 1 | 118 | 61 | 4B |
| Octal | 323 | 200 | 375 | 21 | 61 | 0 | 1 | 430 | 141 | 113 |
| Binary | 11010011 | 10000000 | 11111101 | 10001 | 110001 | 0 | 1 | 100011000 | 1100001 | 1001011 |
Color Harmonies of #D380FD
Complementary color
Monochromatic Colors of #D380FD
Black with #D380FD
Text Example
Text Example
White with #D380FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D380FD; }
p { color: rgb(211,128,253); }
H1.HeaderClassName
{
color: #D380FD;
}
.AnyTagClassName
{
color: #D380FD;
}
</style>
background-color css
<style>
a { background-color: #D380FD; }
a { background-color: rgb(211,128,253); }
div.DivClassName
{
background-color: #D380FD;
}
.BgClassName
{
background-color: #D380FD;
}
</style>
border-color css
<style>
span { border-color: #D380FD; }
span { border-color: rgb(211,128,253); }
td.TdClassName
{
border-color: #D380FD;
}
.TagClassName
{
border-color: #D380FD;
}
</style>