Shades of Heliotrope #DD65FE
Tints of Heliotrope #DD65FE
RGB
CMYK
RGB Variations
Color information
#DD65FE (or 0xDD65FE) is known color: Heliotrope. HEX triplet: DD, 65 and FE. RGB value is (221,101,254). Sum of RGB (Red+Green+Blue) = 221+101+254=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 101 (39.84% from 255 or 17.53% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD65FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD65FE is #229A01. Grayscale: #999999. Windows color (decimal): -2267650 or 16672221. OLE color: 16672221.
HSL color Cylindrical-coordinate representation of color #DD65FE: hue angle of 287.06º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD65FE is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 101 | 254 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.00 |
| HSL | 287.06º | 0.99% | 0.7% | - |
| HSV(B) | 287.06º | 0.6% | 1% | - |
| XYZ | 52.36 | 31.84 | 97.15 | - |
| YUV | 154.32 | 184.26 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 254 | 0.13 | 0.60 | 0 | 0.00 | 287.06 | 0.99 | 0.7 |
| Hex | DD | 65 | FE | D | 3C | 0 | 0 | 11F | 63 | 46 |
| Octal | 335 | 145 | 376 | 15 | 74 | 0 | 0 | 437 | 143 | 106 |
| Binary | 11011101 | 1100101 | 11111110 | 1101 | 111100 | 0 | 0 | 100011111 | 1100011 | 1000110 |
Color Harmonies of #DD65FE
Complementary color
Monochromatic Colors of #DD65FE
Black with #DD65FE
Text Example
Text Example
White with #DD65FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD65FE; }
p { color: rgb(221,101,254); }
H1.HeaderClassName
{
color: #DD65FE;
}
.AnyTagClassName
{
color: #DD65FE;
}
</style>
background-color css
<style>
a { background-color: #DD65FE; }
a { background-color: rgb(221,101,254); }
div.DivClassName
{
background-color: #DD65FE;
}
.BgClassName
{
background-color: #DD65FE;
}
</style>
border-color css
<style>
span { border-color: #DD65FE; }
span { border-color: rgb(221,101,254); }
td.TdClassName
{
border-color: #DD65FE;
}
.TagClassName
{
border-color: #DD65FE;
}
</style>