Shades of Violet #D681E6
Tints of Violet #D681E6
RGB
CMYK
RGB Variations
Color information
#D681E6 (or 0xD681E6) is known color: Violet. HEX triplet: D6, 81 and E6. RGB value is (214,129,230). Sum of RGB (Red+Green+Blue) = 214+129+230=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 230 - color contains mainly: blue. Hex color #D681E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D681E6 is #297E19. Grayscale: #A5A5A5. Windows color (decimal): -2719258 or 15106518. OLE color: 15106518.
HSL color Cylindrical-coordinate representation of color #D681E6: hue angle of 290.5º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D681E6 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 129 | 230 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.10 |
| HSL | 290.5º | 0.67% | 0.7% | - |
| HSV(B) | 290.5º | 0.44% | 0.9% | - |
| XYZ | 49.86 | 35.71 | 79.13 | - |
| YUV | 165.93 | 164.16 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 230 | 0.07 | 0.44 | 0 | 0.10 | 290.5 | 0.67 | 0.7 |
| Hex | D6 | 81 | E6 | 7 | 2C | 0 | A | 122 | 43 | 46 |
| Octal | 326 | 201 | 346 | 7 | 54 | 0 | 12 | 442 | 103 | 106 |
| Binary | 11010110 | 10000001 | 11100110 | 111 | 101100 | 0 | 1010 | 100100010 | 1000011 | 1000110 |
Color Harmonies of #D681E6
Complementary color
Monochromatic Colors of #D681E6
Black with #D681E6
Text Example
Text Example
White with #D681E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D681E6; }
p { color: rgb(214,129,230); }
H1.HeaderClassName
{
color: #D681E6;
}
.AnyTagClassName
{
color: #D681E6;
}
</style>
background-color css
<style>
a { background-color: #D681E6; }
a { background-color: rgb(214,129,230); }
div.DivClassName
{
background-color: #D681E6;
}
.BgClassName
{
background-color: #D681E6;
}
</style>
border-color css
<style>
span { border-color: #D681E6; }
span { border-color: rgb(214,129,230); }
td.TdClassName
{
border-color: #D681E6;
}
.TagClassName
{
border-color: #D681E6;
}
</style>