Shades of Heliotrope #D553FF
Tints of Heliotrope #D553FF
RGB
CMYK
RGB Variations
Color information
#D553FF (or 0xD553FF) is known color: Heliotrope. HEX triplet: D5, 53 and FF. RGB value is (213,83,255). Sum of RGB (Red+Green+Blue) = 213+83+255=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 83 (32.81% from 255 or 15.06% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #D553FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D553FF is #2AAC00. Grayscale: #8C8C8C. Windows color (decimal): -2796545 or 16733141. OLE color: 16733141.
HSL color Cylindrical-coordinate representation of color #D553FF: hue angle of 285.35º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D553FF is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 83 | 255 | - |
| CMYK | 0.16 | 0.67 | 0 | 0 |
| HSL | 285.35º | 1% | 0.66% | - |
| HSV(B) | 285.35º | 0.67% | 1% | - |
| XYZ | 48.58 | 27.55 | 97.37 | - |
| YUV | 141.48 | 192.07 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 255 | 0.16 | 0.67 | 0 | 0 | 285.35 | 1 | 0.66 |
| Hex | D5 | 53 | FF | 10 | 43 | 0 | 0 | 11D | 64 | 42 |
| Octal | 325 | 123 | 377 | 20 | 103 | 0 | 0 | 435 | 144 | 102 |
| Binary | 11010101 | 1010011 | 11111111 | 10000 | 1000011 | 0 | 0 | 100011101 | 1100100 | 1000010 |
Color Harmonies of #D553FF
Complementary color
Monochromatic Colors of #D553FF
Black with #D553FF
Text Example
Text Example
White with #D553FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D553FF; }
p { color: rgb(213,83,255); }
H1.HeaderClassName
{
color: #D553FF;
}
.AnyTagClassName
{
color: #D553FF;
}
</style>
background-color css
<style>
a { background-color: #D553FF; }
a { background-color: rgb(213,83,255); }
div.DivClassName
{
background-color: #D553FF;
}
.BgClassName
{
background-color: #D553FF;
}
</style>
border-color css
<style>
span { border-color: #D553FF; }
span { border-color: rgb(213,83,255); }
td.TdClassName
{
border-color: #D553FF;
}
.TagClassName
{
border-color: #D553FF;
}
</style>