Shades of Heliotrope #DD6BED
Tints of Heliotrope #DD6BED
RGB
CMYK
RGB Variations
Color information
#DD6BED (or 0xDD6BED) is known color: Heliotrope. HEX triplet: DD, 6B and ED. RGB value is (221,107,237). Sum of RGB (Red+Green+Blue) = 221+107+237=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 107 (42.19% from 255 or 18.94% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD6BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6BED is #229412. Grayscale: #9B9B9B. Windows color (decimal): -2266131 or 15559645. OLE color: 15559645.
HSL color Cylindrical-coordinate representation of color #DD6BED: hue angle of 292.62º 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 #DD6BED is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 107 | 237 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.07 |
| HSL | 292.62º | 0.78% | 0.67% | - |
| HSV(B) | 292.62º | 0.55% | 0.93% | - |
| XYZ | 50.36 | 32 | 83.64 | - |
| YUV | 155.91 | 173.77 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 237 | 0.07 | 0.55 | 0 | 0.07 | 292.62 | 0.78 | 0.67 |
| Hex | DD | 6B | ED | 7 | 37 | 0 | 7 | 125 | 4E | 43 |
| Octal | 335 | 153 | 355 | 7 | 67 | 0 | 7 | 445 | 116 | 103 |
| Binary | 11011101 | 1101011 | 11101101 | 111 | 110111 | 0 | 111 | 100100101 | 1001110 | 1000011 |
Color Harmonies of #DD6BED
Complementary color
Monochromatic Colors of #DD6BED
Black with #DD6BED
Text Example
Text Example
White with #DD6BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6BED; }
p { color: rgb(221,107,237); }
H1.HeaderClassName
{
color: #DD6BED;
}
.AnyTagClassName
{
color: #DD6BED;
}
</style>
background-color css
<style>
a { background-color: #DD6BED; }
a { background-color: rgb(221,107,237); }
div.DivClassName
{
background-color: #DD6BED;
}
.BgClassName
{
background-color: #DD6BED;
}
</style>
border-color css
<style>
span { border-color: #DD6BED; }
span { border-color: rgb(221,107,237); }
td.TdClassName
{
border-color: #DD6BED;
}
.TagClassName
{
border-color: #DD6BED;
}
</style>