#DD8DEA

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

Shades of Violet #DD8DEA

Tints of Violet #DD8DEA

Color information

#DD8DEA (or 0xDD8DEA) is unknown color: approx Violet. HEX triplet: DD, 8D and EA. RGB value is (221,141,234). Sum of RGB (Red+Green+Blue) = 221+141+234=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 141 (55.47% from 255 or 23.66% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD8DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8DEA is #227215. Grayscale: #AFAFAF. Windows color (decimal): -2257430 or 15371741. OLE color: 15371741.

HSL color Cylindrical-coordinate representation of color #DD8DEA: hue angle of 291.61º degrees, saturation: 0.69, 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 #DD8DEA is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221141234-
CMYK0.060.4000.08
HSL291.61º68.89%73.53%-
HSV(B)291.61º39.74%91.76%-
XYZ54.1940.3682.78-
YUV175.52161160.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.08%
GREEN value IS 141 (55.47% from 255) = 23.66%
BLUE value IS 234 (91.80% from 255) = 39.26%
R=37.08%
G=23.66%
B=39.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211412340.060.4000.08291.6168.8973.53
HexDD8DEA62808124454a
Octal335215352650010444105112
Binary1101110110001101111010101101010000100010010010010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8DEA; }

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

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

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

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

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

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

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

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