Shades of Violet #D781E7
Tints of Violet #D781E7
RGB
CMYK
RGB Variations
Color information
#D781E7 (or 0xD781E7) is known color: Violet. HEX triplet: D7, 81 and E7. RGB value is (215,129,231). Sum of RGB (Red+Green+Blue) = 215+129+231=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 231 (90.62% from 255 or 40.17% from 575); Max value from RGB is 231 - color contains mainly: blue. Hex color #D781E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D781E7 is #287E18. Grayscale: #A6A6A6. Windows color (decimal): -2653721 or 15172055. OLE color: 15172055.
HSL color Cylindrical-coordinate representation of color #D781E7: hue angle of 290.59º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D781E7 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 129 | 231 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.09 |
| HSL | 290.59º | 0.68% | 0.71% | - |
| HSV(B) | 290.59º | 0.44% | 0.91% | - |
| XYZ | 50.3 | 35.92 | 79.88 | - |
| YUV | 166.34 | 164.49 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 129 | 231 | 0.07 | 0.44 | 0 | 0.09 | 290.59 | 0.68 | 0.71 |
| Hex | D7 | 81 | E7 | 7 | 2C | 0 | 9 | 123 | 44 | 47 |
| Octal | 327 | 201 | 347 | 7 | 54 | 0 | 11 | 443 | 104 | 107 |
| Binary | 11010111 | 10000001 | 11100111 | 111 | 101100 | 0 | 1001 | 100100011 | 1000100 | 1000111 |
Color Harmonies of #D781E7
Complementary color
Monochromatic Colors of #D781E7
Black with #D781E7
Text Example
Text Example
White with #D781E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D781E7; }
p { color: rgb(215,129,231); }
H1.HeaderClassName
{
color: #D781E7;
}
.AnyTagClassName
{
color: #D781E7;
}
</style>
background-color css
<style>
a { background-color: #D781E7; }
a { background-color: rgb(215,129,231); }
div.DivClassName
{
background-color: #D781E7;
}
.BgClassName
{
background-color: #D781E7;
}
</style>
border-color css
<style>
span { border-color: #D781E7; }
span { border-color: rgb(215,129,231); }
td.TdClassName
{
border-color: #D781E7;
}
.TagClassName
{
border-color: #D781E7;
}
</style>