#DD88EC

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

Shades of Violet #DD88EC

Tints of Violet #DD88EC

Color information

#DD88EC (or 0xDD88EC) is unknown color: approx Violet. HEX triplet: DD, 88 and EC. RGB value is (221,136,236). Sum of RGB (Red+Green+Blue) = 221+136+236=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 136 (53.52% from 255 or 22.93% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD88EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD88EC is #227713. Grayscale: #ACACAC. Windows color (decimal): -2258708 or 15501533. OLE color: 15501533.

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

Color convert

RGB221136236-
CMYK0.060.4200.07
HSL291º72.46%72.94%-
HSV(B)291º42.37%92.55%-
XYZ53.7639.0484.06-
YUV172.82163.66162.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 136 (53.52% from 255) = 22.93%
BLUE value IS 236 (92.58% from 255) = 39.80%
R=37.27%
G=22.93%
B=39.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211362360.060.4200.0729172.4672.94
HexDD88EC62A071234849
Octal33521035465207443110111
Binary110111011000100011101100110101010011110010001110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD88EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD88EC; }

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

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

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

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

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

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

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

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