Shades of Heliotrope #D53BFE
Tints of Heliotrope #D53BFE
RGB
CMYK
RGB Variations
Color information
#D53BFE (or 0xD53BFE) is known color: Heliotrope. HEX triplet: D5, 3B and FE. RGB value is (213,59,254). Sum of RGB (Red+Green+Blue) = 213+59+254=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 59 (23.44% from 255 or 11.22% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #D53BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53BFE is #2AC401. Grayscale: #7E7E7E. Windows color (decimal): -2802690 or 16661461. OLE color: 16661461.
HSL color Cylindrical-coordinate representation of color #D53BFE: hue angle of 287.38º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53BFE is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 59 | 254 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.00 |
| HSL | 287.38º | 0.99% | 0.61% | - |
| HSV(B) | 287.38º | 0.77% | 1% | - |
| XYZ | 46.89 | 24.43 | 96.01 | - |
| YUV | 127.28 | 199.52 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 254 | 0.16 | 0.77 | 0 | 0.00 | 287.38 | 0.99 | 0.61 |
| Hex | D5 | 3B | FE | 10 | 4D | 0 | 0 | 11F | 63 | 3D |
| Octal | 325 | 73 | 376 | 20 | 115 | 0 | 0 | 437 | 143 | 75 |
| Binary | 11010101 | 111011 | 11111110 | 10000 | 1001101 | 0 | 0 | 100011111 | 1100011 | 111101 |
Color Harmonies of #D53BFE
Complementary color
Monochromatic Colors of #D53BFE
Black with #D53BFE
Text Example
Text Example
White with #D53BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53BFE; }
p { color: rgb(213,59,254); }
H1.HeaderClassName
{
color: #D53BFE;
}
.AnyTagClassName
{
color: #D53BFE;
}
</style>
background-color css
<style>
a { background-color: #D53BFE; }
a { background-color: rgb(213,59,254); }
div.DivClassName
{
background-color: #D53BFE;
}
.BgClassName
{
background-color: #D53BFE;
}
</style>
border-color css
<style>
span { border-color: #D53BFE; }
span { border-color: rgb(213,59,254); }
td.TdClassName
{
border-color: #D53BFE;
}
.TagClassName
{
border-color: #D53BFE;
}
</style>