Shades of Heliotrope #D23DFF
Tints of Heliotrope #D23DFF
RGB
CMYK
RGB Variations
Color information
#D23DFF (or 0xD23DFF) is known color: Heliotrope. HEX triplet: D2, 3D and FF. RGB value is (210,61,255). Sum of RGB (Red+Green+Blue) = 210+61+255=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 61 (24.22% from 255 or 11.60% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #D23DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23DFF is #2DC200. Grayscale: #7F7F7F. Windows color (decimal): -2998785 or 16727506. OLE color: 16727506.
HSL color Cylindrical-coordinate representation of color #D23DFF: hue angle of 286.08º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D23DFF is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 61 | 255 | - |
| CMYK | 0.18 | 0.76 | 0 | 0 |
| HSL | 286.08º | 1% | 0.62% | - |
| HSV(B) | 286.08º | 0.76% | 1% | - |
| XYZ | 46.3 | 24.26 | 96.85 | - |
| YUV | 127.67 | 199.86 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 255 | 0.18 | 0.76 | 0 | 0 | 286.08 | 1 | 0.62 |
| Hex | D2 | 3D | FF | 12 | 4C | 0 | 0 | 11E | 64 | 3E |
| Octal | 322 | 75 | 377 | 22 | 114 | 0 | 0 | 436 | 144 | 76 |
| Binary | 11010010 | 111101 | 11111111 | 10010 | 1001100 | 0 | 0 | 100011110 | 1100100 | 111110 |
Color Harmonies of #D23DFF
Complementary color
Monochromatic Colors of #D23DFF
Black with #D23DFF
Text Example
Text Example
White with #D23DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23DFF; }
p { color: rgb(210,61,255); }
H1.HeaderClassName
{
color: #D23DFF;
}
.AnyTagClassName
{
color: #D23DFF;
}
</style>
background-color css
<style>
a { background-color: #D23DFF; }
a { background-color: rgb(210,61,255); }
div.DivClassName
{
background-color: #D23DFF;
}
.BgClassName
{
background-color: #D23DFF;
}
</style>
border-color css
<style>
span { border-color: #D23DFF; }
span { border-color: rgb(210,61,255); }
td.TdClassName
{
border-color: #D23DFF;
}
.TagClassName
{
border-color: #D23DFF;
}
</style>