#D88BEA

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

Shades of Violet #D88BEA

Tints of Violet #D88BEA

Color information

#D88BEA (or 0xD88BEA) is unknown color: approx Violet. HEX triplet: D8, 8B and EA. RGB value is (216,139,234). Sum of RGB (Red+Green+Blue) = 216+139+234=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 139 (54.69% from 255 or 23.60% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #D88BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88BEA is #277415. Grayscale: #ACACAC. Windows color (decimal): -2585622 or 15371224. OLE color: 15371224.

HSL color Cylindrical-coordinate representation of color #D88BEA: hue angle of 288.63º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D88BEA is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB216139234-
CMYK0.080.4100.08
HSL288.63º69.34%73.14%-
HSV(B)288.63º40.6%91.76%-
XYZ52.43982.61-
YUV172.85162.51158.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.67%
GREEN value IS 139 (54.69% from 255) = 23.60%
BLUE value IS 234 (91.80% from 255) = 39.73%
R=36.67%
G=23.60%
B=39.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2161392340.080.4100.08288.6369.3473.14
HexD88BEA829081214549
Octal3302133521051010441105111
Binary11011000100010111110101010001010010100010010000110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88BEA; }

 p { color: rgb(216,139,234); }

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

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

 a { background-color: rgb(216,139,234); }

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

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

 span { border-color: rgb(216,139,234); }

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