#D885E3

Color #D885E3 Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #D885E3

Tints of Violet #D885E3

Color information

#D885E3 (or 0xD885E3) is unknown color: approx Violet. HEX triplet: D8, 85 and E3. RGB value is (216,133,227). Sum of RGB (Red+Green+Blue) = 216+133+227=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 133 (52.34% from 255 or 23.09% from 576); Blue value is 227 (89.06% from 255 or 39.41% from 576); Max value from RGB is 227 - color contains mainly: blue. Hex color #D885E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D885E3 is #277A1C. Grayscale: #A8A8A8. Windows color (decimal): -2587165 or 14910936. OLE color: 14910936.

HSL color Cylindrical-coordinate representation of color #D885E3: hue angle of 292.98º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D885E3 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB216133227-
CMYK0.050.4100.11
HSL292.98º62.67%70.59%-
HSV(B)292.98º41.41%89.02%-
XYZ50.5736.9277.13-
YUV168.53161161.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 37.5%
GREEN value IS 133 (52.34% from 255) = 23.09%
BLUE value IS 227 (89.06% from 255) = 39.41%
R=37.5%
G=23.09%
B=39.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2161332270.050.4100.11292.9862.6770.59
HexD885E35290B1253f47
Octal33020534355101344577107
Binary110110001000010111100011101101001010111001001011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D885E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D885E3; }

 p { color: rgb(216,133,227); }

 H1.HeaderClassName
 {
   color: #D885E3;
 }
 .AnyTagClassName
 {
   color: #D885E3;
 }
</style>
background-color css

<style>
 a { background-color: #D885E3; }

 a { background-color: rgb(216,133,227); }

 div.DivClassName
 {
   background-color: #D885E3;
 }
 .BgClassName
 {
   background-color: #D885E3;
 }
</style>
border-color css

<style>
 span { border-color: #D885E3; }

 span { border-color: rgb(216,133,227); }

 td.TdClassName
 {
   border-color: #D885E3;
 }
 .TagClassName
 {
   border-color: #D885E3;
 }
</style>