Shades of Heliotrope #D348FE
Tints of Heliotrope #D348FE
RGB
CMYK
RGB Variations
Color information
#D348FE (or 0xD348FE) is known color: Heliotrope. HEX triplet: D3, 48 and FE. RGB value is (211,72,254). Sum of RGB (Red+Green+Blue) = 211+72+254=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 72 (28.52% from 255 or 13.41% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #D348FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D348FE is #2CB701. Grayscale: #858585. Windows color (decimal): -2930434 or 16664787. OLE color: 16664787.
HSL color Cylindrical-coordinate representation of color #D348FE: hue angle of 285.82º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D348FE is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 72 | 254 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.00 |
| HSL | 285.82º | 0.99% | 0.64% | - |
| HSV(B) | 285.82º | 0.72% | 1% | - |
| XYZ | 47.07 | 25.64 | 96.23 | - |
| YUV | 134.31 | 195.55 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 254 | 0.17 | 0.72 | 0 | 0.00 | 285.82 | 0.99 | 0.64 |
| Hex | D3 | 48 | FE | 11 | 48 | 0 | 0 | 11E | 63 | 40 |
| Octal | 323 | 110 | 376 | 21 | 110 | 0 | 0 | 436 | 143 | 100 |
| Binary | 11010011 | 1001000 | 11111110 | 10001 | 1001000 | 0 | 0 | 100011110 | 1100011 | 1000000 |
Color Harmonies of #D348FE
Complementary color
Monochromatic Colors of #D348FE
Black with #D348FE
Text Example
Text Example
White with #D348FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D348FE; }
p { color: rgb(211,72,254); }
H1.HeaderClassName
{
color: #D348FE;
}
.AnyTagClassName
{
color: #D348FE;
}
</style>
background-color css
<style>
a { background-color: #D348FE; }
a { background-color: rgb(211,72,254); }
div.DivClassName
{
background-color: #D348FE;
}
.BgClassName
{
background-color: #D348FE;
}
</style>
border-color css
<style>
span { border-color: #D348FE; }
span { border-color: rgb(211,72,254); }
td.TdClassName
{
border-color: #D348FE;
}
.TagClassName
{
border-color: #D348FE;
}
</style>