Shades of Heliotrope #D345FD
Tints of Heliotrope #D345FD
RGB
CMYK
RGB Variations
Color information
#D345FD (or 0xD345FD) is known color: Heliotrope. HEX triplet: D3, 45 and FD. RGB value is (211,69,253). Sum of RGB (Red+Green+Blue) = 211+69+253=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 69 (27.34% from 255 or 12.95% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #D345FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D345FD is #2CBA02. Grayscale: #838383. Windows color (decimal): -2931203 or 16598483. OLE color: 16598483.
HSL color Cylindrical-coordinate representation of color #D345FD: hue angle of 286.3º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D345FD is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 69 | 253 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.01 |
| HSL | 286.3º | 0.98% | 0.63% | - |
| HSV(B) | 286.3º | 0.73% | 0.99% | - |
| XYZ | 46.72 | 25.2 | 95.33 | - |
| YUV | 132.43 | 196.04 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 69 | 253 | 0.17 | 0.73 | 0 | 0.01 | 286.3 | 0.98 | 0.63 |
| Hex | D3 | 45 | FD | 11 | 49 | 0 | 1 | 11E | 62 | 3F |
| Octal | 323 | 105 | 375 | 21 | 111 | 0 | 1 | 436 | 142 | 77 |
| Binary | 11010011 | 1000101 | 11111101 | 10001 | 1001001 | 0 | 1 | 100011110 | 1100010 | 111111 |
Color Harmonies of #D345FD
Complementary color
Monochromatic Colors of #D345FD
Black with #D345FD
Text Example
Text Example
White with #D345FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D345FD; }
p { color: rgb(211,69,253); }
H1.HeaderClassName
{
color: #D345FD;
}
.AnyTagClassName
{
color: #D345FD;
}
</style>
background-color css
<style>
a { background-color: #D345FD; }
a { background-color: rgb(211,69,253); }
div.DivClassName
{
background-color: #D345FD;
}
.BgClassName
{
background-color: #D345FD;
}
</style>
border-color css
<style>
span { border-color: #D345FD; }
span { border-color: rgb(211,69,253); }
td.TdClassName
{
border-color: #D345FD;
}
.TagClassName
{
border-color: #D345FD;
}
</style>