#DD8AEC

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

Shades of Violet #DD8AEC

Tints of Violet #DD8AEC

Color information

#DD8AEC (or 0xDD8AEC) is unknown color: approx Violet. HEX triplet: DD, 8A and EC. RGB value is (221,138,236). Sum of RGB (Red+Green+Blue) = 221+138+236=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 138 (54.30% from 255 or 23.19% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD8AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8AEC is #227513. Grayscale: #ADADAD. Windows color (decimal): -2258196 or 15502045. OLE color: 15502045.

HSL color Cylindrical-coordinate representation of color #DD8AEC: hue angle of 290.82º 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 #DD8AEC is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221138236-
CMYK0.060.4200.07
HSL290.82º72.06%73.33%-
HSV(B)290.82º41.53%92.55%-
XYZ54.0539.6184.15-
YUV173.99163161.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 138 (54.30% from 255) = 23.19%
BLUE value IS 236 (92.58% from 255) = 39.66%
R=37.14%
G=23.19%
B=39.66%

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
Decimal2211382360.060.4200.07290.8272.0673.33
HexDD8AEC62A071234849
Octal33521235465207443110111
Binary110111011000101011101100110101010011110010001110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8AEC; }

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

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

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

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

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

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

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

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