Shades of Heliotrope #D762FB
Tints of Heliotrope #D762FB
RGB
CMYK
RGB Variations
Color information
#D762FB (or 0xD762FB) is known color: Heliotrope. HEX triplet: D7, 62 and FB. RGB value is (215,98,251). Sum of RGB (Red+Green+Blue) = 215+98+251=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 98 (38.67% from 255 or 17.38% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #D762FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D762FB is #289D04. Grayscale: #959595. Windows color (decimal): -2661637 or 16474839. OLE color: 16474839.
HSL color Cylindrical-coordinate representation of color #D762FB: hue angle of 285.88º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D762FB is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 98 | 251 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.02 |
| HSL | 285.88º | 0.95% | 0.68% | - |
| HSV(B) | 285.88º | 0.61% | 0.98% | - |
| XYZ | 49.8 | 30.15 | 94.46 | - |
| YUV | 150.43 | 184.76 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 251 | 0.14 | 0.61 | 0 | 0.02 | 285.88 | 0.95 | 0.68 |
| Hex | D7 | 62 | FB | E | 3D | 0 | 2 | 11E | 5F | 44 |
| Octal | 327 | 142 | 373 | 16 | 75 | 0 | 2 | 436 | 137 | 104 |
| Binary | 11010111 | 1100010 | 11111011 | 1110 | 111101 | 0 | 10 | 100011110 | 1011111 | 1000100 |
Color Harmonies of #D762FB
Complementary color
Monochromatic Colors of #D762FB
Black with #D762FB
Text Example
Text Example
White with #D762FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D762FB; }
p { color: rgb(215,98,251); }
H1.HeaderClassName
{
color: #D762FB;
}
.AnyTagClassName
{
color: #D762FB;
}
</style>
background-color css
<style>
a { background-color: #D762FB; }
a { background-color: rgb(215,98,251); }
div.DivClassName
{
background-color: #D762FB;
}
.BgClassName
{
background-color: #D762FB;
}
</style>
border-color css
<style>
span { border-color: #D762FB; }
span { border-color: rgb(215,98,251); }
td.TdClassName
{
border-color: #D762FB;
}
.TagClassName
{
border-color: #D762FB;
}
</style>