Shades of Heliotrope #D553F9
Tints of Heliotrope #D553F9
RGB
CMYK
RGB Variations
Color information
#D553F9 (or 0xD553F9) is known color: Heliotrope. HEX triplet: D5, 53 and F9. RGB value is (213,83,249). Sum of RGB (Red+Green+Blue) = 213+83+249=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 83 (32.81% from 255 or 15.23% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #D553F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D553F9 is #2AAC06. Grayscale: #8C8C8C. Windows color (decimal): -2796551 or 16339925. OLE color: 16339925.
HSL color Cylindrical-coordinate representation of color #D553F9: hue angle of 286.99º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D553F9 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 83 | 249 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.02 |
| HSL | 286.99º | 0.93% | 0.65% | - |
| HSV(B) | 286.99º | 0.67% | 0.98% | - |
| XYZ | 47.63 | 27.17 | 92.36 | - |
| YUV | 140.79 | 189.07 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 249 | 0.14 | 0.67 | 0 | 0.02 | 286.99 | 0.93 | 0.65 |
| Hex | D5 | 53 | F9 | E | 43 | 0 | 2 | 11F | 5D | 41 |
| Octal | 325 | 123 | 371 | 16 | 103 | 0 | 2 | 437 | 135 | 101 |
| Binary | 11010101 | 1010011 | 11111001 | 1110 | 1000011 | 0 | 10 | 100011111 | 1011101 | 1000001 |
Color Harmonies of #D553F9
Complementary color
Monochromatic Colors of #D553F9
Black with #D553F9
Text Example
Text Example
White with #D553F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D553F9; }
p { color: rgb(213,83,249); }
H1.HeaderClassName
{
color: #D553F9;
}
.AnyTagClassName
{
color: #D553F9;
}
</style>
background-color css
<style>
a { background-color: #D553F9; }
a { background-color: rgb(213,83,249); }
div.DivClassName
{
background-color: #D553F9;
}
.BgClassName
{
background-color: #D553F9;
}
</style>
border-color css
<style>
span { border-color: #D553F9; }
span { border-color: rgb(213,83,249); }
td.TdClassName
{
border-color: #D553F9;
}
.TagClassName
{
border-color: #D553F9;
}
</style>