Shades of Heliotrope #D662FD
Tints of Heliotrope #D662FD
RGB
CMYK
RGB Variations
Color information
#D662FD (or 0xD662FD) is known color: Heliotrope. HEX triplet: D6, 62 and FD. RGB value is (214,98,253). Sum of RGB (Red+Green+Blue) = 214+98+253=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 98 (38.67% from 255 or 17.35% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #D662FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D662FD is #299D02. Grayscale: #959595. Windows color (decimal): -2727171 or 16605910. OLE color: 16605910.
HSL color Cylindrical-coordinate representation of color #D662FD: hue angle of 284.9º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D662FD is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 98 | 253 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.01 |
| HSL | 284.9º | 0.97% | 0.69% | - |
| HSV(B) | 284.9º | 0.61% | 0.99% | - |
| XYZ | 49.83 | 30.12 | 96.12 | - |
| YUV | 150.35 | 185.93 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 253 | 0.15 | 0.61 | 0 | 0.01 | 284.9 | 0.97 | 0.69 |
| Hex | D6 | 62 | FD | F | 3D | 0 | 1 | 11D | 61 | 45 |
| Octal | 326 | 142 | 375 | 17 | 75 | 0 | 1 | 435 | 141 | 105 |
| Binary | 11010110 | 1100010 | 11111101 | 1111 | 111101 | 0 | 1 | 100011101 | 1100001 | 1000101 |
Color Harmonies of #D662FD
Complementary color
Monochromatic Colors of #D662FD
Black with #D662FD
Text Example
Text Example
White with #D662FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D662FD; }
p { color: rgb(214,98,253); }
H1.HeaderClassName
{
color: #D662FD;
}
.AnyTagClassName
{
color: #D662FD;
}
</style>
background-color css
<style>
a { background-color: #D662FD; }
a { background-color: rgb(214,98,253); }
div.DivClassName
{
background-color: #D662FD;
}
.BgClassName
{
background-color: #D662FD;
}
</style>
border-color css
<style>
span { border-color: #D662FD; }
span { border-color: rgb(214,98,253); }
td.TdClassName
{
border-color: #D662FD;
}
.TagClassName
{
border-color: #D662FD;
}
</style>