Shades of Heliotrope #DC4CFD
Tints of Heliotrope #DC4CFD
RGB
CMYK
RGB Variations
Color information
#DC4CFD (or 0xDC4CFD) is known color: Heliotrope. HEX triplet: DC, 4C and FD. RGB value is (220,76,253). Sum of RGB (Red+Green+Blue) = 220+76+253=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 76 (30.08% from 255 or 13.84% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC4CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC4CFD is #23B302. Grayscale: #8A8A8A. Windows color (decimal): -2339587 or 16600284. OLE color: 16600284.
HSL color Cylindrical-coordinate representation of color #DC4CFD: hue angle of 288.81º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4CFD is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 76 | 253 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.01 |
| HSL | 288.81º | 0.98% | 0.65% | - |
| HSV(B) | 288.81º | 0.7% | 0.99% | - |
| XYZ | 49.83 | 27.48 | 95.61 | - |
| YUV | 139.23 | 192.21 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 76 | 253 | 0.13 | 0.70 | 0 | 0.01 | 288.81 | 0.98 | 0.65 |
| Hex | DC | 4C | FD | D | 46 | 0 | 1 | 121 | 62 | 41 |
| Octal | 334 | 114 | 375 | 15 | 106 | 0 | 1 | 441 | 142 | 101 |
| Binary | 11011100 | 1001100 | 11111101 | 1101 | 1000110 | 0 | 1 | 100100001 | 1100010 | 1000001 |
Color Harmonies of #DC4CFD
Complementary color
Monochromatic Colors of #DC4CFD
Black with #DC4CFD
Text Example
Text Example
White with #DC4CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4CFD; }
p { color: rgb(220,76,253); }
H1.HeaderClassName
{
color: #DC4CFD;
}
.AnyTagClassName
{
color: #DC4CFD;
}
</style>
background-color css
<style>
a { background-color: #DC4CFD; }
a { background-color: rgb(220,76,253); }
div.DivClassName
{
background-color: #DC4CFD;
}
.BgClassName
{
background-color: #DC4CFD;
}
</style>
border-color css
<style>
span { border-color: #DC4CFD; }
span { border-color: rgb(220,76,253); }
td.TdClassName
{
border-color: #DC4CFD;
}
.TagClassName
{
border-color: #DC4CFD;
}
</style>