Shades of Heliotrope #D276F2
Tints of Heliotrope #D276F2
RGB
CMYK
RGB Variations
Color information
#D276F2 (or 0xD276F2) is known color: Heliotrope. HEX triplet: D2, 76 and F2. RGB value is (210,118,242). Sum of RGB (Red+Green+Blue) = 210+118+242=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 118 (46.48% from 255 or 20.70% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #D276F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D276F2 is #2D890D. Grayscale: #9F9F9F. Windows color (decimal): -2984206 or 15890130. OLE color: 15890130.
HSL color Cylindrical-coordinate representation of color #D276F2: hue angle of 284.52º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D276F2 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 118 | 242 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.05 |
| HSL | 284.52º | 0.83% | 0.71% | - |
| HSV(B) | 284.52º | 0.51% | 0.95% | - |
| XYZ | 49.08 | 33.07 | 87.8 | - |
| YUV | 159.64 | 174.48 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 242 | 0.13 | 0.51 | 0 | 0.05 | 284.52 | 0.83 | 0.71 |
| Hex | D2 | 76 | F2 | D | 33 | 0 | 5 | 11D | 53 | 47 |
| Octal | 322 | 166 | 362 | 15 | 63 | 0 | 5 | 435 | 123 | 107 |
| Binary | 11010010 | 1110110 | 11110010 | 1101 | 110011 | 0 | 101 | 100011101 | 1010011 | 1000111 |
Color Harmonies of #D276F2
Complementary color
Monochromatic Colors of #D276F2
Black with #D276F2
Text Example
Text Example
White with #D276F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D276F2; }
p { color: rgb(210,118,242); }
H1.HeaderClassName
{
color: #D276F2;
}
.AnyTagClassName
{
color: #D276F2;
}
</style>
background-color css
<style>
a { background-color: #D276F2; }
a { background-color: rgb(210,118,242); }
div.DivClassName
{
background-color: #D276F2;
}
.BgClassName
{
background-color: #D276F2;
}
</style>
border-color css
<style>
span { border-color: #D276F2; }
span { border-color: rgb(210,118,242); }
td.TdClassName
{
border-color: #D276F2;
}
.TagClassName
{
border-color: #D276F2;
}
</style>