Shades of Heliotrope #DC65FD
Tints of Heliotrope #DC65FD
RGB
CMYK
RGB Variations
Color information
#DC65FD (or 0xDC65FD) is known color: Heliotrope. HEX triplet: DC, 65 and FD. RGB value is (220,101,253). Sum of RGB (Red+Green+Blue) = 220+101+253=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 101 (39.84% from 255 or 17.60% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC65FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC65FD is #239A02. Grayscale: #999999. Windows color (decimal): -2333187 or 16606684. OLE color: 16606684.
HSL color Cylindrical-coordinate representation of color #DC65FD: hue angle of 286.97º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC65FD is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 101 | 253 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.01 |
| HSL | 286.97º | 0.97% | 0.69% | - |
| HSV(B) | 286.97º | 0.6% | 0.99% | - |
| XYZ | 51.9 | 31.61 | 96.3 | - |
| YUV | 153.91 | 183.92 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 253 | 0.13 | 0.60 | 0 | 0.01 | 286.97 | 0.97 | 0.69 |
| Hex | DC | 65 | FD | D | 3C | 0 | 1 | 11F | 61 | 45 |
| Octal | 334 | 145 | 375 | 15 | 74 | 0 | 1 | 437 | 141 | 105 |
| Binary | 11011100 | 1100101 | 11111101 | 1101 | 111100 | 0 | 1 | 100011111 | 1100001 | 1000101 |
Color Harmonies of #DC65FD
Complementary color
Monochromatic Colors of #DC65FD
Black with #DC65FD
Text Example
Text Example
White with #DC65FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC65FD; }
p { color: rgb(220,101,253); }
H1.HeaderClassName
{
color: #DC65FD;
}
.AnyTagClassName
{
color: #DC65FD;
}
</style>
background-color css
<style>
a { background-color: #DC65FD; }
a { background-color: rgb(220,101,253); }
div.DivClassName
{
background-color: #DC65FD;
}
.BgClassName
{
background-color: #DC65FD;
}
</style>
border-color css
<style>
span { border-color: #DC65FD; }
span { border-color: rgb(220,101,253); }
td.TdClassName
{
border-color: #DC65FD;
}
.TagClassName
{
border-color: #DC65FD;
}
</style>