Shades of Heliotrope #D35BFC
Tints of Heliotrope #D35BFC
RGB
CMYK
RGB Variations
Color information
#D35BFC (or 0xD35BFC) is known color: Heliotrope. HEX triplet: D3, 5B and FC. RGB value is (211,91,252). Sum of RGB (Red+Green+Blue) = 211+91+252=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 91 (35.94% from 255 or 16.43% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #D35BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35BFC is #2CA403. Grayscale: #909090. Windows color (decimal): -2925572 or 16538579. OLE color: 16538579.
HSL color Cylindrical-coordinate representation of color #D35BFC: hue angle of 284.72º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D35BFC is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 91 | 252 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.01 |
| HSL | 284.72º | 0.96% | 0.67% | - |
| HSV(B) | 284.72º | 0.64% | 0.99% | - |
| XYZ | 48.18 | 28.36 | 95.03 | - |
| YUV | 145.23 | 188.26 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 91 | 252 | 0.16 | 0.64 | 0 | 0.01 | 284.72 | 0.96 | 0.67 |
| Hex | D3 | 5B | FC | 10 | 40 | 0 | 1 | 11D | 60 | 43 |
| Octal | 323 | 133 | 374 | 20 | 100 | 0 | 1 | 435 | 140 | 103 |
| Binary | 11010011 | 1011011 | 11111100 | 10000 | 1000000 | 0 | 1 | 100011101 | 1100000 | 1000011 |
Color Harmonies of #D35BFC
Complementary color
Monochromatic Colors of #D35BFC
Black with #D35BFC
Text Example
Text Example
White with #D35BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35BFC; }
p { color: rgb(211,91,252); }
H1.HeaderClassName
{
color: #D35BFC;
}
.AnyTagClassName
{
color: #D35BFC;
}
</style>
background-color css
<style>
a { background-color: #D35BFC; }
a { background-color: rgb(211,91,252); }
div.DivClassName
{
background-color: #D35BFC;
}
.BgClassName
{
background-color: #D35BFC;
}
</style>
border-color css
<style>
span { border-color: #D35BFC; }
span { border-color: rgb(211,91,252); }
td.TdClassName
{
border-color: #D35BFC;
}
.TagClassName
{
border-color: #D35BFC;
}
</style>