#DD88EA

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

Shades of Violet #DD88EA

Tints of Violet #DD88EA

Color information

#DD88EA (or 0xDD88EA) is unknown color: approx Violet. HEX triplet: DD, 88 and EA. RGB value is (221,136,234). Sum of RGB (Red+Green+Blue) = 221+136+234=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 136 (53.52% from 255 or 23.01% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD88EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD88EA is #227715. Grayscale: #ACACAC. Windows color (decimal): -2258710 or 15370461. OLE color: 15370461.

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

Color convert

RGB221136234-
CMYK0.060.4200.08
HSL292.04º70%72.55%-
HSV(B)292.04º41.88%91.76%-
XYZ53.4738.9282.54-
YUV172.59162.66162.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 136 (53.52% from 255) = 23.01%
BLUE value IS 234 (91.80% from 255) = 39.59%
R=37.39%
G=23.01%
B=39.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211362340.060.4200.08292.047072.55
HexDD88EA62A081244649
Octal335210352652010444106111
Binary1101110110001000111010101101010100100010010010010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD88EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD88EA; }

 p { color: rgb(221,136,234); }

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

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

 a { background-color: rgb(221,136,234); }

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

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

 span { border-color: rgb(221,136,234); }

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