Shades of Heliotrope #D344FB
Tints of Heliotrope #D344FB
RGB
CMYK
RGB Variations
Color information
#D344FB (or 0xD344FB) is known color: Heliotrope. HEX triplet: D3, 44 and FB. RGB value is (211,68,251). Sum of RGB (Red+Green+Blue) = 211+68+251=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 68 (26.95% from 255 or 12.83% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #D344FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D344FB is #2CBB04. Grayscale: #838383. Windows color (decimal): -2931461 or 16467155. OLE color: 16467155.
HSL color Cylindrical-coordinate representation of color #D344FB: hue angle of 286.89º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D344FB is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 68 | 251 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.02 |
| HSL | 286.89º | 0.96% | 0.63% | - |
| HSV(B) | 286.89º | 0.73% | 0.98% | - |
| XYZ | 46.34 | 24.95 | 93.64 | - |
| YUV | 131.62 | 195.38 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 251 | 0.16 | 0.73 | 0 | 0.02 | 286.89 | 0.96 | 0.63 |
| Hex | D3 | 44 | FB | 10 | 49 | 0 | 2 | 11F | 60 | 3F |
| Octal | 323 | 104 | 373 | 20 | 111 | 0 | 2 | 437 | 140 | 77 |
| Binary | 11010011 | 1000100 | 11111011 | 10000 | 1001001 | 0 | 10 | 100011111 | 1100000 | 111111 |
Color Harmonies of #D344FB
Complementary color
Monochromatic Colors of #D344FB
Black with #D344FB
Text Example
Text Example
White with #D344FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D344FB; }
p { color: rgb(211,68,251); }
H1.HeaderClassName
{
color: #D344FB;
}
.AnyTagClassName
{
color: #D344FB;
}
</style>
background-color css
<style>
a { background-color: #D344FB; }
a { background-color: rgb(211,68,251); }
div.DivClassName
{
background-color: #D344FB;
}
.BgClassName
{
background-color: #D344FB;
}
</style>
border-color css
<style>
span { border-color: #D344FB; }
span { border-color: rgb(211,68,251); }
td.TdClassName
{
border-color: #D344FB;
}
.TagClassName
{
border-color: #D344FB;
}
</style>