Shades of Heliotrope #D262FD
Tints of Heliotrope #D262FD
RGB
CMYK
RGB Variations
Color information
#D262FD (or 0xD262FD) is known color: Heliotrope. HEX triplet: D2, 62 and FD. RGB value is (210,98,253). Sum of RGB (Red+Green+Blue) = 210+98+253=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 98 (38.67% from 255 or 17.47% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #D262FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D262FD is #2D9D02. Grayscale: #949494. Windows color (decimal): -2989315 or 16605906. OLE color: 16605906.
HSL color Cylindrical-coordinate representation of color #D262FD: hue angle of 283.35º 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 #D262FD is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 98 | 253 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.01 |
| HSL | 283.35º | 0.97% | 0.69% | - |
| HSV(B) | 283.35º | 0.61% | 0.99% | - |
| XYZ | 48.68 | 29.53 | 96.06 | - |
| YUV | 149.16 | 186.61 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 253 | 0.17 | 0.61 | 0 | 0.01 | 283.35 | 0.97 | 0.69 |
| Hex | D2 | 62 | FD | 11 | 3D | 0 | 1 | 11B | 61 | 45 |
| Octal | 322 | 142 | 375 | 21 | 75 | 0 | 1 | 433 | 141 | 105 |
| Binary | 11010010 | 1100010 | 11111101 | 10001 | 111101 | 0 | 1 | 100011011 | 1100001 | 1000101 |
Color Harmonies of #D262FD
Complementary color
Monochromatic Colors of #D262FD
Black with #D262FD
Text Example
Text Example
White with #D262FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D262FD; }
p { color: rgb(210,98,253); }
H1.HeaderClassName
{
color: #D262FD;
}
.AnyTagClassName
{
color: #D262FD;
}
</style>
background-color css
<style>
a { background-color: #D262FD; }
a { background-color: rgb(210,98,253); }
div.DivClassName
{
background-color: #D262FD;
}
.BgClassName
{
background-color: #D262FD;
}
</style>
border-color css
<style>
span { border-color: #D262FD; }
span { border-color: rgb(210,98,253); }
td.TdClassName
{
border-color: #D262FD;
}
.TagClassName
{
border-color: #D262FD;
}
</style>