Shades of Heliotrope #DD68FC
Tints of Heliotrope #DD68FC
RGB
CMYK
RGB Variations
Color information
#DD68FC (or 0xDD68FC) is known color: Heliotrope. HEX triplet: DD, 68 and FC. RGB value is (221,104,252). Sum of RGB (Red+Green+Blue) = 221+104+252=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 104 (41.02% from 255 or 18.02% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD68FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD68FC is #229703. Grayscale: #9B9B9B. Windows color (decimal): -2266884 or 16541917. OLE color: 16541917.
HSL color Cylindrical-coordinate representation of color #DD68FC: hue angle of 287.43º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD68FC is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 104 | 252 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.01 |
| HSL | 287.43º | 0.96% | 0.7% | - |
| HSV(B) | 287.43º | 0.59% | 0.99% | - |
| XYZ | 52.34 | 32.3 | 95.57 | - |
| YUV | 155.86 | 182.26 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 252 | 0.12 | 0.59 | 0 | 0.01 | 287.43 | 0.96 | 0.7 |
| Hex | DD | 68 | FC | C | 3B | 0 | 1 | 11F | 60 | 46 |
| Octal | 335 | 150 | 374 | 14 | 73 | 0 | 1 | 437 | 140 | 106 |
| Binary | 11011101 | 1101000 | 11111100 | 1100 | 111011 | 0 | 1 | 100011111 | 1100000 | 1000110 |
Color Harmonies of #DD68FC
Complementary color
Monochromatic Colors of #DD68FC
Black with #DD68FC
Text Example
Text Example
White with #DD68FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68FC; }
p { color: rgb(221,104,252); }
H1.HeaderClassName
{
color: #DD68FC;
}
.AnyTagClassName
{
color: #DD68FC;
}
</style>
background-color css
<style>
a { background-color: #DD68FC; }
a { background-color: rgb(221,104,252); }
div.DivClassName
{
background-color: #DD68FC;
}
.BgClassName
{
background-color: #DD68FC;
}
</style>
border-color css
<style>
span { border-color: #DD68FC; }
span { border-color: rgb(221,104,252); }
td.TdClassName
{
border-color: #DD68FC;
}
.TagClassName
{
border-color: #DD68FC;
}
</style>