Shades of Heliotrope #D070FD
Tints of Heliotrope #D070FD
RGB
CMYK
RGB Variations
Color information
#D070FD (or 0xD070FD) is known color: Heliotrope. HEX triplet: D0, 70 and FD. RGB value is (208,112,253). Sum of RGB (Red+Green+Blue) = 208+112+253=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 112 (44.14% from 255 or 19.55% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #D070FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D070FD is #2F8F02. Grayscale: #9C9C9C. Windows color (decimal): -3116803 or 16609488. OLE color: 16609488.
HSL color Cylindrical-coordinate representation of color #D070FD: hue angle of 280.85º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D070FD is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 112 | 253 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.01 |
| HSL | 280.85º | 0.97% | 0.72% | - |
| HSV(B) | 280.85º | 0.56% | 0.99% | - |
| XYZ | 49.54 | 32.09 | 96.51 | - |
| YUV | 156.78 | 182.3 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 253 | 0.18 | 0.56 | 0 | 0.01 | 280.85 | 0.97 | 0.72 |
| Hex | D0 | 70 | FD | 12 | 38 | 0 | 1 | 119 | 61 | 48 |
| Octal | 320 | 160 | 375 | 22 | 70 | 0 | 1 | 431 | 141 | 110 |
| Binary | 11010000 | 1110000 | 11111101 | 10010 | 111000 | 0 | 1 | 100011001 | 1100001 | 1001000 |
Color Harmonies of #D070FD
Complementary color
Monochromatic Colors of #D070FD
Black with #D070FD
Text Example
Text Example
White with #D070FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D070FD; }
p { color: rgb(208,112,253); }
H1.HeaderClassName
{
color: #D070FD;
}
.AnyTagClassName
{
color: #D070FD;
}
</style>
background-color css
<style>
a { background-color: #D070FD; }
a { background-color: rgb(208,112,253); }
div.DivClassName
{
background-color: #D070FD;
}
.BgClassName
{
background-color: #D070FD;
}
</style>
border-color css
<style>
span { border-color: #D070FD; }
span { border-color: rgb(208,112,253); }
td.TdClassName
{
border-color: #D070FD;
}
.TagClassName
{
border-color: #D070FD;
}
</style>