Shades of Heliotrope #DF6BED
Tints of Heliotrope #DF6BED
RGB
CMYK
RGB Variations
Color information
#DF6BED (or 0xDF6BED) is known color: Heliotrope. HEX triplet: DF, 6B and ED. RGB value is (223,107,237). Sum of RGB (Red+Green+Blue) = 223+107+237=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 107 (42.19% from 255 or 18.87% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF6BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6BED is #209412. Grayscale: #9C9C9C. Windows color (decimal): -2135059 or 15559647. OLE color: 15559647.
HSL color Cylindrical-coordinate representation of color #DF6BED: hue angle of 293.54º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF6BED is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 107 | 237 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.07 |
| HSL | 293.54º | 0.78% | 0.67% | - |
| HSV(B) | 293.54º | 0.55% | 0.93% | - |
| XYZ | 50.98 | 32.32 | 83.67 | - |
| YUV | 156.5 | 173.43 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 107 | 237 | 0.06 | 0.55 | 0 | 0.07 | 293.54 | 0.78 | 0.67 |
| Hex | DF | 6B | ED | 6 | 37 | 0 | 7 | 126 | 4E | 43 |
| Octal | 337 | 153 | 355 | 6 | 67 | 0 | 7 | 446 | 116 | 103 |
| Binary | 11011111 | 1101011 | 11101101 | 110 | 110111 | 0 | 111 | 100100110 | 1001110 | 1000011 |
Color Harmonies of #DF6BED
Complementary color
Monochromatic Colors of #DF6BED
Black with #DF6BED
Text Example
Text Example
White with #DF6BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6BED; }
p { color: rgb(223,107,237); }
H1.HeaderClassName
{
color: #DF6BED;
}
.AnyTagClassName
{
color: #DF6BED;
}
</style>
background-color css
<style>
a { background-color: #DF6BED; }
a { background-color: rgb(223,107,237); }
div.DivClassName
{
background-color: #DF6BED;
}
.BgClassName
{
background-color: #DF6BED;
}
</style>
border-color css
<style>
span { border-color: #DF6BED; }
span { border-color: rgb(223,107,237); }
td.TdClassName
{
border-color: #DF6BED;
}
.TagClassName
{
border-color: #DF6BED;
}
</style>