Shades of Heliotrope #DC4BFA
Tints of Heliotrope #DC4BFA
RGB
CMYK
RGB Variations
Color information
#DC4BFA (or 0xDC4BFA) is known color: Heliotrope. HEX triplet: DC, 4B and FA. RGB value is (220,75,250). Sum of RGB (Red+Green+Blue) = 220+75+250=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 75 (29.69% from 255 or 13.76% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC4BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC4BFA is #23B405. Grayscale: #898989. Windows color (decimal): -2339846 or 16403420. OLE color: 16403420.
HSL color Cylindrical-coordinate representation of color #DC4BFA: hue angle of 289.71º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4BFA is Cyan = 0.12, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 75 | 250 | - |
| CMYK | 0.12 | 0.7 | 0 | 0.02 |
| HSL | 289.71º | 0.95% | 0.64% | - |
| HSV(B) | 289.71º | 0.7% | 0.98% | - |
| XYZ | 49.29 | 27.15 | 93.09 | - |
| YUV | 138.31 | 191.04 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 250 | 0.12 | 0.7 | 0 | 0.02 | 289.71 | 0.95 | 0.64 |
| Hex | DC | 4B | FA | C | 46 | 0 | 2 | 122 | 5F | 40 |
| Octal | 334 | 113 | 372 | 14 | 106 | 0 | 2 | 442 | 137 | 100 |
| Binary | 11011100 | 1001011 | 11111010 | 1100 | 1000110 | 0 | 10 | 100100010 | 1011111 | 1000000 |
Color Harmonies of #DC4BFA
Complementary color
Monochromatic Colors of #DC4BFA
Black with #DC4BFA
Text Example
Text Example
White with #DC4BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4BFA; }
p { color: rgb(220,75,250); }
H1.HeaderClassName
{
color: #DC4BFA;
}
.AnyTagClassName
{
color: #DC4BFA;
}
</style>
background-color css
<style>
a { background-color: #DC4BFA; }
a { background-color: rgb(220,75,250); }
div.DivClassName
{
background-color: #DC4BFA;
}
.BgClassName
{
background-color: #DC4BFA;
}
</style>
border-color css
<style>
span { border-color: #DC4BFA; }
span { border-color: rgb(220,75,250); }
td.TdClassName
{
border-color: #DC4BFA;
}
.TagClassName
{
border-color: #DC4BFA;
}
</style>