Shades of Heliotrope #D348FB
Tints of Heliotrope #D348FB
RGB
CMYK
RGB Variations
Color information
#D348FB (or 0xD348FB) is known color: Heliotrope. HEX triplet: D3, 48 and FB. RGB value is (211,72,251). Sum of RGB (Red+Green+Blue) = 211+72+251=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 72 (28.52% from 255 or 13.48% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #D348FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D348FB is #2CB704. Grayscale: #858585. Windows color (decimal): -2930437 or 16468179. OLE color: 16468179.
HSL color Cylindrical-coordinate representation of color #D348FB: hue angle of 286.59º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D348FB is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 72 | 251 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.02 |
| HSL | 286.59º | 0.96% | 0.63% | - |
| HSV(B) | 286.59º | 0.71% | 0.98% | - |
| XYZ | 46.59 | 25.45 | 93.72 | - |
| YUV | 133.97 | 194.05 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 251 | 0.16 | 0.71 | 0 | 0.02 | 286.59 | 0.96 | 0.63 |
| Hex | D3 | 48 | FB | 10 | 47 | 0 | 2 | 11F | 60 | 3F |
| Octal | 323 | 110 | 373 | 20 | 107 | 0 | 2 | 437 | 140 | 77 |
| Binary | 11010011 | 1001000 | 11111011 | 10000 | 1000111 | 0 | 10 | 100011111 | 1100000 | 111111 |
Color Harmonies of #D348FB
Complementary color
Monochromatic Colors of #D348FB
Black with #D348FB
Text Example
Text Example
White with #D348FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D348FB; }
p { color: rgb(211,72,251); }
H1.HeaderClassName
{
color: #D348FB;
}
.AnyTagClassName
{
color: #D348FB;
}
</style>
background-color css
<style>
a { background-color: #D348FB; }
a { background-color: rgb(211,72,251); }
div.DivClassName
{
background-color: #D348FB;
}
.BgClassName
{
background-color: #D348FB;
}
</style>
border-color css
<style>
span { border-color: #D348FB; }
span { border-color: rgb(211,72,251); }
td.TdClassName
{
border-color: #D348FB;
}
.TagClassName
{
border-color: #D348FB;
}
</style>