#DD8DEB

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

Shades of Violet #DD8DEB

Tints of Violet #DD8DEB

Color information

#DD8DEB (or 0xDD8DEB) is unknown color: approx Violet. HEX triplet: DD, 8D and EB. RGB value is (221,141,235). Sum of RGB (Red+Green+Blue) = 221+141+235=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 141 (55.47% from 255 or 23.62% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD8DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8DEB is #227214. Grayscale: #AFAFAF. Windows color (decimal): -2257429 or 15437277. OLE color: 15437277.

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

Color convert

RGB221141235-
CMYK0.060.400.08
HSL291.06º70.15%73.73%-
HSV(B)291.06º40%92.16%-
XYZ54.3440.4283.54-
YUV175.64161.5160.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.02%
GREEN value IS 141 (55.47% from 255) = 23.62%
BLUE value IS 235 (92.19% from 255) = 39.36%
R=37.02%
G=23.62%
B=39.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211412350.060.400.08291.0670.1573.73
HexDD8DEB62808123464a
Octal335215353650010443106112
Binary1101110110001101111010111101010000100010010001110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8DEB; }

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

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

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

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

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

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

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

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