Shades of Heliotrope #D641FD
Tints of Heliotrope #D641FD
RGB
CMYK
RGB Variations
Color information
#D641FD (or 0xD641FD) is known color: Heliotrope. HEX triplet: D6, 41 and FD. RGB value is (214,65,253). Sum of RGB (Red+Green+Blue) = 214+65+253=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 65 (25.78% from 255 or 12.22% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #D641FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D641FD is #29BE02. Grayscale: #828282. Windows color (decimal): -2735619 or 16597462. OLE color: 16597462.
HSL color Cylindrical-coordinate representation of color #D641FD: hue angle of 287.55º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D641FD is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 65 | 253 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.01 |
| HSL | 287.55º | 0.98% | 0.62% | - |
| HSV(B) | 287.55º | 0.74% | 0.99% | - |
| XYZ | 47.35 | 25.17 | 95.29 | - |
| YUV | 130.98 | 196.86 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 253 | 0.15 | 0.74 | 0 | 0.01 | 287.55 | 0.98 | 0.62 |
| Hex | D6 | 41 | FD | F | 4A | 0 | 1 | 120 | 62 | 3E |
| Octal | 326 | 101 | 375 | 17 | 112 | 0 | 1 | 440 | 142 | 76 |
| Binary | 11010110 | 1000001 | 11111101 | 1111 | 1001010 | 0 | 1 | 100100000 | 1100010 | 111110 |
Color Harmonies of #D641FD
Complementary color
Monochromatic Colors of #D641FD
Black with #D641FD
Text Example
Text Example
White with #D641FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D641FD; }
p { color: rgb(214,65,253); }
H1.HeaderClassName
{
color: #D641FD;
}
.AnyTagClassName
{
color: #D641FD;
}
</style>
background-color css
<style>
a { background-color: #D641FD; }
a { background-color: rgb(214,65,253); }
div.DivClassName
{
background-color: #D641FD;
}
.BgClassName
{
background-color: #D641FD;
}
</style>
border-color css
<style>
span { border-color: #D641FD; }
span { border-color: rgb(214,65,253); }
td.TdClassName
{
border-color: #D641FD;
}
.TagClassName
{
border-color: #D641FD;
}
</style>