Shades of Heliotrope #DF6CEB
Tints of Heliotrope #DF6CEB
RGB
CMYK
RGB Variations
Color information
#DF6CEB (or 0xDF6CEB) is known color: Heliotrope. HEX triplet: DF, 6C and EB. RGB value is (223,108,235). Sum of RGB (Red+Green+Blue) = 223+108+235=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 108 (42.58% from 255 or 19.08% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #DF6CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6CEB is #209314. Grayscale: #9C9C9C. Windows color (decimal): -2134805 or 15428831. OLE color: 15428831.
HSL color Cylindrical-coordinate representation of color #DF6CEB: hue angle of 294.33º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF6CEB is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 223 | 108 | 235 | - |
CMYK | 0.05 | 0.54 | 0 | 0.08 |
HSL | 294.33º | 0.76% | 0.67% | - |
HSV(B) | 294.33º | 0.54% | 0.92% | - |
XYZ | 50.79 | 32.41 | 82.18 | - |
YUV | 156.86 | 172.1 | 175.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 108 | 235 | 0.05 | 0.54 | 0 | 0.08 | 294.33 | 0.76 | 0.67 |
Hex | DF | 6C | EB | 5 | 36 | 0 | 8 | 126 | 4C | 43 |
Octal | 337 | 154 | 353 | 5 | 66 | 0 | 10 | 446 | 114 | 103 |
Binary | 11011111 | 1101100 | 11101011 | 101 | 110110 | 0 | 1000 | 100100110 | 1001100 | 1000011 |
Color Harmonies of #DF6CEB
Complementary color
Monochromatic Colors of #DF6CEB
Black with #DF6CEB
Text Example
Text Example
White with #DF6CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6CEB; }
p { color: rgb(223,108,235); }
H1.HeaderClassName
{
color: #DF6CEB;
}
.AnyTagClassName
{
color: #DF6CEB;
}
</style>
background-color css
<style>
a { background-color: #DF6CEB; }
a { background-color: rgb(223,108,235); }
div.DivClassName
{
background-color: #DF6CEB;
}
.BgClassName
{
background-color: #DF6CEB;
}
</style>
border-color css
<style>
span { border-color: #DF6CEB; }
span { border-color: rgb(223,108,235); }
td.TdClassName
{
border-color: #DF6CEB;
}
.TagClassName
{
border-color: #DF6CEB;
}
</style>