Shades of Heliotrope #DD64FB
Tints of Heliotrope #DD64FB
RGB
CMYK
RGB Variations
Color information
#DD64FB (or 0xDD64FB) is known color: Heliotrope. HEX triplet: DD, 64 and FB. RGB value is (221,100,251). Sum of RGB (Red+Green+Blue) = 221+100+251=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 100 (39.45% from 255 or 17.48% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD64FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD64FB is #229B04. Grayscale: #989898. Windows color (decimal): -2267909 or 16475357. OLE color: 16475357.
HSL color Cylindrical-coordinate representation of color #DD64FB: hue angle of 288.08º 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 #DD64FB is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 100 | 251 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.02 |
| HSL | 288.08º | 0.95% | 0.69% | - |
| HSV(B) | 288.08º | 0.6% | 0.98% | - |
| XYZ | 51.79 | 31.45 | 94.61 | - |
| YUV | 153.39 | 183.09 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 251 | 0.12 | 0.60 | 0 | 0.02 | 288.08 | 0.95 | 0.69 |
| Hex | DD | 64 | FB | C | 3C | 0 | 2 | 120 | 5F | 45 |
| Octal | 335 | 144 | 373 | 14 | 74 | 0 | 2 | 440 | 137 | 105 |
| Binary | 11011101 | 1100100 | 11111011 | 1100 | 111100 | 0 | 10 | 100100000 | 1011111 | 1000101 |
Color Harmonies of #DD64FB
Complementary color
Monochromatic Colors of #DD64FB
Black with #DD64FB
Text Example
Text Example
White with #DD64FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD64FB; }
p { color: rgb(221,100,251); }
H1.HeaderClassName
{
color: #DD64FB;
}
.AnyTagClassName
{
color: #DD64FB;
}
</style>
background-color css
<style>
a { background-color: #DD64FB; }
a { background-color: rgb(221,100,251); }
div.DivClassName
{
background-color: #DD64FB;
}
.BgClassName
{
background-color: #DD64FB;
}
</style>
border-color css
<style>
span { border-color: #DD64FB; }
span { border-color: rgb(221,100,251); }
td.TdClassName
{
border-color: #DD64FB;
}
.TagClassName
{
border-color: #DD64FB;
}
</style>