Shades of Heliotrope #D753FA
Tints of Heliotrope #D753FA
RGB
CMYK
RGB Variations
Color information
#D753FA (or 0xD753FA) is known color: Heliotrope. HEX triplet: D7, 53 and FA. RGB value is (215,83,250). Sum of RGB (Red+Green+Blue) = 215+83+250=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 83 (32.81% from 255 or 15.15% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #D753FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D753FA is #28AC05. Grayscale: #8C8C8C. Windows color (decimal): -2665478 or 16405463. OLE color: 16405463.
HSL color Cylindrical-coordinate representation of color #D753FA: hue angle of 287.43º degrees, saturation: 0.94, 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 #D753FA is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 83 | 250 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.02 |
| HSL | 287.43º | 0.94% | 0.65% | - |
| HSV(B) | 287.43º | 0.67% | 0.98% | - |
| XYZ | 48.37 | 27.54 | 93.21 | - |
| YUV | 141.51 | 189.23 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 83 | 250 | 0.14 | 0.67 | 0 | 0.02 | 287.43 | 0.94 | 0.65 |
| Hex | D7 | 53 | FA | E | 43 | 0 | 2 | 11F | 5E | 41 |
| Octal | 327 | 123 | 372 | 16 | 103 | 0 | 2 | 437 | 136 | 101 |
| Binary | 11010111 | 1010011 | 11111010 | 1110 | 1000011 | 0 | 10 | 100011111 | 1011110 | 1000001 |
Color Harmonies of #D753FA
Complementary color
Monochromatic Colors of #D753FA
Black with #D753FA
Text Example
Text Example
White with #D753FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D753FA; }
p { color: rgb(215,83,250); }
H1.HeaderClassName
{
color: #D753FA;
}
.AnyTagClassName
{
color: #D753FA;
}
</style>
background-color css
<style>
a { background-color: #D753FA; }
a { background-color: rgb(215,83,250); }
div.DivClassName
{
background-color: #D753FA;
}
.BgClassName
{
background-color: #D753FA;
}
</style>
border-color css
<style>
span { border-color: #D753FA; }
span { border-color: rgb(215,83,250); }
td.TdClassName
{
border-color: #D753FA;
}
.TagClassName
{
border-color: #D753FA;
}
</style>