Shades of Heliotrope #D272FE
Tints of Heliotrope #D272FE
RGB
CMYK
RGB Variations
Color information
#D272FE (or 0xD272FE) is known color: Heliotrope. HEX triplet: D2, 72 and FE. RGB value is (210,114,254). Sum of RGB (Red+Green+Blue) = 210+114+254=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 114 (44.92% from 255 or 19.72% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #D272FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D272FE is #2D8D01. Grayscale: #9E9E9E. Windows color (decimal): -2985218 or 16675538. OLE color: 16675538.
HSL color Cylindrical-coordinate representation of color #D272FE: hue angle of 281.14º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D272FE is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 114 | 254 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.00 |
| HSL | 281.14º | 0.99% | 0.72% | - |
| HSV(B) | 281.14º | 0.55% | 1% | - |
| XYZ | 50.49 | 32.89 | 97.45 | - |
| YUV | 158.66 | 181.8 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 254 | 0.17 | 0.55 | 0 | 0.00 | 281.14 | 0.99 | 0.72 |
| Hex | D2 | 72 | FE | 11 | 37 | 0 | 0 | 119 | 63 | 48 |
| Octal | 322 | 162 | 376 | 21 | 67 | 0 | 0 | 431 | 143 | 110 |
| Binary | 11010010 | 1110010 | 11111110 | 10001 | 110111 | 0 | 0 | 100011001 | 1100011 | 1001000 |
Color Harmonies of #D272FE
Complementary color
Monochromatic Colors of #D272FE
Black with #D272FE
Text Example
Text Example
White with #D272FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D272FE; }
p { color: rgb(210,114,254); }
H1.HeaderClassName
{
color: #D272FE;
}
.AnyTagClassName
{
color: #D272FE;
}
</style>
background-color css
<style>
a { background-color: #D272FE; }
a { background-color: rgb(210,114,254); }
div.DivClassName
{
background-color: #D272FE;
}
.BgClassName
{
background-color: #D272FE;
}
</style>
border-color css
<style>
span { border-color: #D272FE; }
span { border-color: rgb(210,114,254); }
td.TdClassName
{
border-color: #D272FE;
}
.TagClassName
{
border-color: #D272FE;
}
</style>