Shades of Heliotrope #DD65FB
Tints of Heliotrope #DD65FB
RGB
CMYK
RGB Variations
Color information
#DD65FB (or 0xDD65FB) is known color: Heliotrope. HEX triplet: DD, 65 and FB. RGB value is (221,101,251). Sum of RGB (Red+Green+Blue) = 221+101+251=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 101 (39.84% from 255 or 17.63% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD65FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD65FB is #229A04. Grayscale: #999999. Windows color (decimal): -2267653 or 16475613. OLE color: 16475613.
HSL color Cylindrical-coordinate representation of color #DD65FB: hue angle of 288º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD65FB is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 101 | 251 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.02 |
| HSL | 288º | 0.95% | 0.69% | - |
| HSV(B) | 288º | 0.6% | 0.98% | - |
| XYZ | 51.89 | 31.64 | 94.64 | - |
| YUV | 153.98 | 182.76 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 251 | 0.12 | 0.60 | 0 | 0.02 | 288 | 0.95 | 0.69 |
| Hex | DD | 65 | FB | C | 3C | 0 | 2 | 120 | 5F | 45 |
| Octal | 335 | 145 | 373 | 14 | 74 | 0 | 2 | 440 | 137 | 105 |
| Binary | 11011101 | 1100101 | 11111011 | 1100 | 111100 | 0 | 10 | 100100000 | 1011111 | 1000101 |
Color Harmonies of #DD65FB
Complementary color
Monochromatic Colors of #DD65FB
Black with #DD65FB
Text Example
Text Example
White with #DD65FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD65FB; }
p { color: rgb(221,101,251); }
H1.HeaderClassName
{
color: #DD65FB;
}
.AnyTagClassName
{
color: #DD65FB;
}
</style>
background-color css
<style>
a { background-color: #DD65FB; }
a { background-color: rgb(221,101,251); }
div.DivClassName
{
background-color: #DD65FB;
}
.BgClassName
{
background-color: #DD65FB;
}
</style>
border-color css
<style>
span { border-color: #DD65FB; }
span { border-color: rgb(221,101,251); }
td.TdClassName
{
border-color: #DD65FB;
}
.TagClassName
{
border-color: #DD65FB;
}
</style>