Shades of Heliotrope #DD5FFD
Tints of Heliotrope #DD5FFD
RGB
CMYK
RGB Variations
Color information
#DD5FFD (or 0xDD5FFD) is known color: Heliotrope. HEX triplet: DD, 5F and FD. RGB value is (221,95,253). Sum of RGB (Red+Green+Blue) = 221+95+253=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 95 (37.5% from 255 or 16.70% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD5FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5FFD is #22A002. Grayscale: #969696. Windows color (decimal): -2269187 or 16605149. OLE color: 16605149.
HSL color Cylindrical-coordinate representation of color #DD5FFD: hue angle of 287.85º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5FFD is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 95 | 253 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.01 |
| HSL | 287.85º | 0.98% | 0.68% | - |
| HSV(B) | 287.85º | 0.62% | 0.99% | - |
| XYZ | 51.64 | 30.65 | 96.12 | - |
| YUV | 150.69 | 185.74 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 95 | 253 | 0.13 | 0.62 | 0 | 0.01 | 287.85 | 0.98 | 0.68 |
| Hex | DD | 5F | FD | D | 3E | 0 | 1 | 120 | 62 | 44 |
| Octal | 335 | 137 | 375 | 15 | 76 | 0 | 1 | 440 | 142 | 104 |
| Binary | 11011101 | 1011111 | 11111101 | 1101 | 111110 | 0 | 1 | 100100000 | 1100010 | 1000100 |
Color Harmonies of #DD5FFD
Complementary color
Monochromatic Colors of #DD5FFD
Black with #DD5FFD
Text Example
Text Example
White with #DD5FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5FFD; }
p { color: rgb(221,95,253); }
H1.HeaderClassName
{
color: #DD5FFD;
}
.AnyTagClassName
{
color: #DD5FFD;
}
</style>
background-color css
<style>
a { background-color: #DD5FFD; }
a { background-color: rgb(221,95,253); }
div.DivClassName
{
background-color: #DD5FFD;
}
.BgClassName
{
background-color: #DD5FFD;
}
</style>
border-color css
<style>
span { border-color: #DD5FFD; }
span { border-color: rgb(221,95,253); }
td.TdClassName
{
border-color: #DD5FFD;
}
.TagClassName
{
border-color: #DD5FFD;
}
</style>