Shades of Heliotrope #DD43FE
Tints of Heliotrope #DD43FE
RGB
CMYK
RGB Variations
Color information
#DD43FE (or 0xDD43FE) is known color: Heliotrope. HEX triplet: DD, 43 and FE. RGB value is (221,67,254). Sum of RGB (Red+Green+Blue) = 221+67+254=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 67 (26.56% from 255 or 12.36% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD43FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD43FE is #22BC01. Grayscale: #858585. Windows color (decimal): -2276354 or 16663517. OLE color: 16663517.
HSL color Cylindrical-coordinate representation of color #DD43FE: hue angle of 289.41º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD43FE is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 67 | 254 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.00 |
| HSL | 289.41º | 0.99% | 0.63% | - |
| HSV(B) | 289.41º | 0.74% | 1% | - |
| XYZ | 49.72 | 26.54 | 96.27 | - |
| YUV | 134.36 | 195.52 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 254 | 0.13 | 0.74 | 0 | 0.00 | 289.41 | 0.99 | 0.63 |
| Hex | DD | 43 | FE | D | 4A | 0 | 0 | 121 | 63 | 3F |
| Octal | 335 | 103 | 376 | 15 | 112 | 0 | 0 | 441 | 143 | 77 |
| Binary | 11011101 | 1000011 | 11111110 | 1101 | 1001010 | 0 | 0 | 100100001 | 1100011 | 111111 |
Color Harmonies of #DD43FE
Complementary color
Monochromatic Colors of #DD43FE
Black with #DD43FE
Text Example
Text Example
White with #DD43FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD43FE; }
p { color: rgb(221,67,254); }
H1.HeaderClassName
{
color: #DD43FE;
}
.AnyTagClassName
{
color: #DD43FE;
}
</style>
background-color css
<style>
a { background-color: #DD43FE; }
a { background-color: rgb(221,67,254); }
div.DivClassName
{
background-color: #DD43FE;
}
.BgClassName
{
background-color: #DD43FE;
}
</style>
border-color css
<style>
span { border-color: #DD43FE; }
span { border-color: rgb(221,67,254); }
td.TdClassName
{
border-color: #DD43FE;
}
.TagClassName
{
border-color: #DD43FE;
}
</style>