Shades of Violet #D880E6
Tints of Violet #D880E6
RGB
CMYK
RGB Variations
Color information
#D880E6 (or 0xD880E6) is known color: Violet. HEX triplet: D8, 80 and E6. RGB value is (216,128,230). Sum of RGB (Red+Green+Blue) = 216+128+230=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 128 (50.39% from 255 or 22.30% from 574); Blue value is 230 (90.23% from 255 or 40.07% from 574); Max value from RGB is 230 - color contains mainly: blue. Hex color #D880E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D880E6 is #277F19. Grayscale: #A5A5A5. Windows color (decimal): -2588442 or 15106264. OLE color: 15106264.
HSL color Cylindrical-coordinate representation of color #D880E6: hue angle of 291.76º 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 #D880E6 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 128 | 230 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.10 |
| HSL | 291.76º | 0.67% | 0.7% | - |
| HSV(B) | 291.76º | 0.44% | 0.9% | - |
| XYZ | 50.32 | 35.75 | 79.11 | - |
| YUV | 165.94 | 164.15 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 128 | 230 | 0.06 | 0.44 | 0 | 0.10 | 291.76 | 0.67 | 0.7 |
| Hex | D8 | 80 | E6 | 6 | 2C | 0 | A | 124 | 43 | 46 |
| Octal | 330 | 200 | 346 | 6 | 54 | 0 | 12 | 444 | 103 | 106 |
| Binary | 11011000 | 10000000 | 11100110 | 110 | 101100 | 0 | 1010 | 100100100 | 1000011 | 1000110 |
Color Harmonies of #D880E6
Complementary color
Monochromatic Colors of #D880E6
Black with #D880E6
Text Example
Text Example
White with #D880E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D880E6; }
p { color: rgb(216,128,230); }
H1.HeaderClassName
{
color: #D880E6;
}
.AnyTagClassName
{
color: #D880E6;
}
</style>
background-color css
<style>
a { background-color: #D880E6; }
a { background-color: rgb(216,128,230); }
div.DivClassName
{
background-color: #D880E6;
}
.BgClassName
{
background-color: #D880E6;
}
</style>
border-color css
<style>
span { border-color: #D880E6; }
span { border-color: rgb(216,128,230); }
td.TdClassName
{
border-color: #D880E6;
}
.TagClassName
{
border-color: #D880E6;
}
</style>