Shades of Heliotrope #D267F7
Tints of Heliotrope #D267F7
RGB
CMYK
RGB Variations
Color information
#D267F7 (or 0xD267F7) is known color: Heliotrope. HEX triplet: D2, 67 and F7. RGB value is (210,103,247). Sum of RGB (Red+Green+Blue) = 210+103+247=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 103 (40.62% from 255 or 18.39% from 560); Blue value is 247 (96.88% from 255 or 44.11% from 560); Max value from RGB is 247 - color contains mainly: blue. Hex color #D267F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D267F7 is #2D9808. Grayscale: #969696. Windows color (decimal): -2988041 or 16213970. OLE color: 16213970.
HSL color Cylindrical-coordinate representation of color #D267F7: hue angle of 284.58º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D267F7 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 103 | 247 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.03 |
| HSL | 284.58º | 0.9% | 0.69% | - |
| HSV(B) | 284.58º | 0.58% | 0.97% | - |
| XYZ | 48.22 | 30.12 | 91.27 | - |
| YUV | 151.41 | 181.95 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 247 | 0.15 | 0.58 | 0 | 0.03 | 284.58 | 0.9 | 0.69 |
| Hex | D2 | 67 | F7 | F | 3A | 0 | 3 | 11D | 5A | 45 |
| Octal | 322 | 147 | 367 | 17 | 72 | 0 | 3 | 435 | 132 | 105 |
| Binary | 11010010 | 1100111 | 11110111 | 1111 | 111010 | 0 | 11 | 100011101 | 1011010 | 1000101 |
Color Harmonies of #D267F7
Complementary color
Monochromatic Colors of #D267F7
Black with #D267F7
Text Example
Text Example
White with #D267F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D267F7; }
p { color: rgb(210,103,247); }
H1.HeaderClassName
{
color: #D267F7;
}
.AnyTagClassName
{
color: #D267F7;
}
</style>
background-color css
<style>
a { background-color: #D267F7; }
a { background-color: rgb(210,103,247); }
div.DivClassName
{
background-color: #D267F7;
}
.BgClassName
{
background-color: #D267F7;
}
</style>
border-color css
<style>
span { border-color: #D267F7; }
span { border-color: rgb(210,103,247); }
td.TdClassName
{
border-color: #D267F7;
}
.TagClassName
{
border-color: #D267F7;
}
</style>