#DD8DEC

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

Shades of Violet #DD8DEC

Tints of Violet #DD8DEC

Color information

#DD8DEC (or 0xDD8DEC) is unknown color: approx Violet. HEX triplet: DD, 8D and EC. RGB value is (221,141,236). Sum of RGB (Red+Green+Blue) = 221+141+236=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 141 (55.47% from 255 or 23.58% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD8DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8DEC is #227213. Grayscale: #AFAFAF. Windows color (decimal): -2257428 or 15502813. OLE color: 15502813.

HSL color Cylindrical-coordinate representation of color #DD8DEC: hue angle of 290.53º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD8DEC is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221141236-
CMYK0.060.4000.07
HSL290.53º71.43%73.92%-
HSV(B)290.53º40.25%92.55%-
XYZ54.4840.4884.3-
YUV175.75162160.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 141 (55.47% from 255) = 23.58%
BLUE value IS 236 (92.58% from 255) = 39.46%
R=36.96%
G=23.58%
B=39.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211412360.060.4000.07290.5371.4373.92
HexDD8DEC62807123474a
Octal33521535465007443107112
Binary110111011000110111101100110101000011110010001110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8DEC; }

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

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

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

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

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

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

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

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