Shades of Heliotrope #D453FD
Tints of Heliotrope #D453FD
RGB
CMYK
RGB Variations
Color information
#D453FD (or 0xD453FD) is known color: Heliotrope. HEX triplet: D4, 53 and FD. RGB value is (212,83,253). Sum of RGB (Red+Green+Blue) = 212+83+253=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 83 (32.81% from 255 or 15.15% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #D453FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D453FD is #2BAC02. Grayscale: #8C8C8C. Windows color (decimal): -2862083 or 16602068. OLE color: 16602068.
HSL color Cylindrical-coordinate representation of color #D453FD: hue angle of 285.53º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D453FD is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 83 | 253 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.01 |
| HSL | 285.53º | 0.98% | 0.66% | - |
| HSV(B) | 285.53º | 0.67% | 0.99% | - |
| XYZ | 47.97 | 27.28 | 95.66 | - |
| YUV | 140.95 | 191.24 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 253 | 0.16 | 0.67 | 0 | 0.01 | 285.53 | 0.98 | 0.66 |
| Hex | D4 | 53 | FD | 10 | 43 | 0 | 1 | 11E | 62 | 42 |
| Octal | 324 | 123 | 375 | 20 | 103 | 0 | 1 | 436 | 142 | 102 |
| Binary | 11010100 | 1010011 | 11111101 | 10000 | 1000011 | 0 | 1 | 100011110 | 1100010 | 1000010 |
Color Harmonies of #D453FD
Complementary color
Monochromatic Colors of #D453FD
Black with #D453FD
Text Example
Text Example
White with #D453FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D453FD; }
p { color: rgb(212,83,253); }
H1.HeaderClassName
{
color: #D453FD;
}
.AnyTagClassName
{
color: #D453FD;
}
</style>
background-color css
<style>
a { background-color: #D453FD; }
a { background-color: rgb(212,83,253); }
div.DivClassName
{
background-color: #D453FD;
}
.BgClassName
{
background-color: #D453FD;
}
</style>
border-color css
<style>
span { border-color: #D453FD; }
span { border-color: rgb(212,83,253); }
td.TdClassName
{
border-color: #D453FD;
}
.TagClassName
{
border-color: #D453FD;
}
</style>