Shades of Heliotrope #DC66F1
Tints of Heliotrope #DC66F1
RGB
CMYK
RGB Variations
Color information
#DC66F1 (or 0xDC66F1) is known color: Heliotrope. HEX triplet: DC, 66 and F1. RGB value is (220,102,241). Sum of RGB (Red+Green+Blue) = 220+102+241=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 102 (40.23% from 255 or 18.12% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC66F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC66F1 is #23990E. Grayscale: #989898. Windows color (decimal): -2332943 or 15820508. OLE color: 15820508.
HSL color Cylindrical-coordinate representation of color #DC66F1: hue angle of 290.94º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC66F1 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 102 | 241 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.05 |
| HSL | 290.94º | 0.83% | 0.67% | - |
| HSV(B) | 290.94º | 0.58% | 0.95% | - |
| XYZ | 50.14 | 31.07 | 86.57 | - |
| YUV | 153.13 | 177.59 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 241 | 0.09 | 0.58 | 0 | 0.05 | 290.94 | 0.83 | 0.67 |
| Hex | DC | 66 | F1 | 9 | 3A | 0 | 5 | 123 | 53 | 43 |
| Octal | 334 | 146 | 361 | 11 | 72 | 0 | 5 | 443 | 123 | 103 |
| Binary | 11011100 | 1100110 | 11110001 | 1001 | 111010 | 0 | 101 | 100100011 | 1010011 | 1000011 |
Color Harmonies of #DC66F1
Complementary color
Monochromatic Colors of #DC66F1
Black with #DC66F1
Text Example
Text Example
White with #DC66F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC66F1; }
p { color: rgb(220,102,241); }
H1.HeaderClassName
{
color: #DC66F1;
}
.AnyTagClassName
{
color: #DC66F1;
}
</style>
background-color css
<style>
a { background-color: #DC66F1; }
a { background-color: rgb(220,102,241); }
div.DivClassName
{
background-color: #DC66F1;
}
.BgClassName
{
background-color: #DC66F1;
}
</style>
border-color css
<style>
span { border-color: #DC66F1; }
span { border-color: rgb(220,102,241); }
td.TdClassName
{
border-color: #DC66F1;
}
.TagClassName
{
border-color: #DC66F1;
}
</style>