Shades of Heliotrope #DF6CED
Tints of Heliotrope #DF6CED
RGB
CMYK
RGB Variations
Color information
#DF6CED (or 0xDF6CED) is known color: Heliotrope. HEX triplet: DF, 6C and ED. RGB value is (223,108,237). Sum of RGB (Red+Green+Blue) = 223+108+237=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 108 (42.58% from 255 or 19.01% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF6CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6CED is #209312. Grayscale: #9C9C9C. Windows color (decimal): -2134803 or 15559903. OLE color: 15559903.
HSL color Cylindrical-coordinate representation of color #DF6CED: hue angle of 293.49º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF6CED is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 108 | 237 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.07 |
| HSL | 293.49º | 0.78% | 0.68% | - |
| HSV(B) | 293.49º | 0.54% | 0.93% | - |
| XYZ | 51.08 | 32.53 | 83.71 | - |
| YUV | 157.09 | 173.1 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 108 | 237 | 0.06 | 0.54 | 0 | 0.07 | 293.49 | 0.78 | 0.68 |
| Hex | DF | 6C | ED | 6 | 36 | 0 | 7 | 125 | 4E | 44 |
| Octal | 337 | 154 | 355 | 6 | 66 | 0 | 7 | 445 | 116 | 104 |
| Binary | 11011111 | 1101100 | 11101101 | 110 | 110110 | 0 | 111 | 100100101 | 1001110 | 1000100 |
Color Harmonies of #DF6CED
Complementary color
Monochromatic Colors of #DF6CED
Black with #DF6CED
Text Example
Text Example
White with #DF6CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6CED; }
p { color: rgb(223,108,237); }
H1.HeaderClassName
{
color: #DF6CED;
}
.AnyTagClassName
{
color: #DF6CED;
}
</style>
background-color css
<style>
a { background-color: #DF6CED; }
a { background-color: rgb(223,108,237); }
div.DivClassName
{
background-color: #DF6CED;
}
.BgClassName
{
background-color: #DF6CED;
}
</style>
border-color css
<style>
span { border-color: #DF6CED; }
span { border-color: rgb(223,108,237); }
td.TdClassName
{
border-color: #DF6CED;
}
.TagClassName
{
border-color: #DF6CED;
}
</style>