Shades of Heliotrope #DD57FE
Tints of Heliotrope #DD57FE
RGB
CMYK
RGB Variations
Color information
#DD57FE (or 0xDD57FE) is known color: Heliotrope. HEX triplet: DD, 57 and FE. RGB value is (221,87,254). Sum of RGB (Red+Green+Blue) = 221+87+254=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 87 (34.38% from 255 or 15.48% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD57FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD57FE is #22A801. Grayscale: #919191. Windows color (decimal): -2271234 or 16668637. OLE color: 16668637.
HSL color Cylindrical-coordinate representation of color #DD57FE: hue angle of 288.14º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD57FE is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 87 | 254 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.00 |
| HSL | 288.14º | 0.99% | 0.67% | - |
| HSV(B) | 288.14º | 0.66% | 1% | - |
| XYZ | 51.12 | 29.34 | 96.74 | - |
| YUV | 146.1 | 188.89 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 254 | 0.13 | 0.66 | 0 | 0.00 | 288.14 | 0.99 | 0.67 |
| Hex | DD | 57 | FE | D | 42 | 0 | 0 | 120 | 63 | 43 |
| Octal | 335 | 127 | 376 | 15 | 102 | 0 | 0 | 440 | 143 | 103 |
| Binary | 11011101 | 1010111 | 11111110 | 1101 | 1000010 | 0 | 0 | 100100000 | 1100011 | 1000011 |
Color Harmonies of #DD57FE
Complementary color
Monochromatic Colors of #DD57FE
Black with #DD57FE
Text Example
Text Example
White with #DD57FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD57FE; }
p { color: rgb(221,87,254); }
H1.HeaderClassName
{
color: #DD57FE;
}
.AnyTagClassName
{
color: #DD57FE;
}
</style>
background-color css
<style>
a { background-color: #DD57FE; }
a { background-color: rgb(221,87,254); }
div.DivClassName
{
background-color: #DD57FE;
}
.BgClassName
{
background-color: #DD57FE;
}
</style>
border-color css
<style>
span { border-color: #DD57FE; }
span { border-color: rgb(221,87,254); }
td.TdClassName
{
border-color: #DD57FE;
}
.TagClassName
{
border-color: #DD57FE;
}
</style>