Shades of Heliotrope #D667FD
Tints of Heliotrope #D667FD
RGB
CMYK
RGB Variations
Color information
#D667FD (or 0xD667FD) is known color: Heliotrope. HEX triplet: D6, 67 and FD. RGB value is (214,103,253). Sum of RGB (Red+Green+Blue) = 214+103+253=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 103 (40.62% from 255 or 18.07% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #D667FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D667FD is #299802. Grayscale: #989898. Windows color (decimal): -2725891 or 16607190. OLE color: 16607190.
HSL color Cylindrical-coordinate representation of color #D667FD: hue angle of 284.4º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D667FD is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 103 | 253 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.01 |
| HSL | 284.4º | 0.97% | 0.7% | - |
| HSV(B) | 284.4º | 0.59% | 0.99% | - |
| XYZ | 50.31 | 31.09 | 96.28 | - |
| YUV | 153.29 | 184.27 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 253 | 0.15 | 0.59 | 0 | 0.01 | 284.4 | 0.97 | 0.7 |
| Hex | D6 | 67 | FD | F | 3B | 0 | 1 | 11C | 61 | 46 |
| Octal | 326 | 147 | 375 | 17 | 73 | 0 | 1 | 434 | 141 | 106 |
| Binary | 11010110 | 1100111 | 11111101 | 1111 | 111011 | 0 | 1 | 100011100 | 1100001 | 1000110 |
Color Harmonies of #D667FD
Complementary color
Monochromatic Colors of #D667FD
Black with #D667FD
Text Example
Text Example
White with #D667FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D667FD; }
p { color: rgb(214,103,253); }
H1.HeaderClassName
{
color: #D667FD;
}
.AnyTagClassName
{
color: #D667FD;
}
</style>
background-color css
<style>
a { background-color: #D667FD; }
a { background-color: rgb(214,103,253); }
div.DivClassName
{
background-color: #D667FD;
}
.BgClassName
{
background-color: #D667FD;
}
</style>
border-color css
<style>
span { border-color: #D667FD; }
span { border-color: rgb(214,103,253); }
td.TdClassName
{
border-color: #D667FD;
}
.TagClassName
{
border-color: #D667FD;
}
</style>