#D88AED

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

Shades of Violet #D88AED

Tints of Violet #D88AED

Color information

#D88AED (or 0xD88AED) is unknown color: approx Violet. HEX triplet: D8, 8A and ED. RGB value is (216,138,237). Sum of RGB (Red+Green+Blue) = 216+138+237=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 138 (54.30% from 255 or 23.35% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #D88AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88AED is #277512. Grayscale: #ACACAC. Windows color (decimal): -2585875 or 15567576. OLE color: 15567576.

HSL color Cylindrical-coordinate representation of color #D88AED: hue angle of 287.27º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D88AED is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216138237-
CMYK0.090.4200.07
HSL287.27º73.33%73.53%-
HSV(B)287.27º41.77%92.94%-
XYZ52.6938.8984.85-
YUV172.61164.34158.95-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.55%
GREEN value IS 138 (54.30% from 255) = 23.35%
BLUE value IS 237 (92.97% from 255) = 40.10%
R=36.55%
G=23.35%
B=40.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2161382370.090.4200.07287.2773.3373.53
HexD88AED92A0711f494a
Octal330212355115207437111112
Binary1101100010001010111011011001101010011110001111110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88AED; }

 p { color: rgb(216,138,237); }

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

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

 a { background-color: rgb(216,138,237); }

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

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

 span { border-color: rgb(216,138,237); }

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