Shades of Heliotrope #D553F3
Tints of Heliotrope #D553F3
RGB
CMYK
RGB Variations
Color information
#D553F3 (or 0xD553F3) is known color: Heliotrope. HEX triplet: D5, 53 and F3. RGB value is (213,83,243). Sum of RGB (Red+Green+Blue) = 213+83+243=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 83 (32.81% from 255 or 15.40% from 539); Blue value is 243 (95.31% from 255 or 45.08% from 539); Max value from RGB is 243 - color contains mainly: blue. Hex color #D553F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D553F3 is #2AAC0C. Grayscale: #8B8B8B. Windows color (decimal): -2796557 or 15946709. OLE color: 15946709.
HSL color Cylindrical-coordinate representation of color #D553F3: hue angle of 288.75º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D553F3 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 83 | 243 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.05 |
| HSL | 288.75º | 0.87% | 0.64% | - |
| HSV(B) | 288.75º | 0.66% | 0.95% | - |
| XYZ | 46.71 | 26.8 | 87.51 | - |
| YUV | 140.11 | 186.07 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 243 | 0.12 | 0.66 | 0 | 0.05 | 288.75 | 0.87 | 0.64 |
| Hex | D5 | 53 | F3 | C | 42 | 0 | 5 | 121 | 57 | 40 |
| Octal | 325 | 123 | 363 | 14 | 102 | 0 | 5 | 441 | 127 | 100 |
| Binary | 11010101 | 1010011 | 11110011 | 1100 | 1000010 | 0 | 101 | 100100001 | 1010111 | 1000000 |
Color Harmonies of #D553F3
Complementary color
Monochromatic Colors of #D553F3
Black with #D553F3
Text Example
Text Example
White with #D553F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D553F3; }
p { color: rgb(213,83,243); }
H1.HeaderClassName
{
color: #D553F3;
}
.AnyTagClassName
{
color: #D553F3;
}
</style>
background-color css
<style>
a { background-color: #D553F3; }
a { background-color: rgb(213,83,243); }
div.DivClassName
{
background-color: #D553F3;
}
.BgClassName
{
background-color: #D553F3;
}
</style>
border-color css
<style>
span { border-color: #D553F3; }
span { border-color: rgb(213,83,243); }
td.TdClassName
{
border-color: #D553F3;
}
.TagClassName
{
border-color: #D553F3;
}
</style>