#DD84EA

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

Shades of Violet #DD84EA

Tints of Violet #DD84EA

Color information

#DD84EA (or 0xDD84EA) is unknown color: approx Violet. HEX triplet: DD, 84 and EA. RGB value is (221,132,234). Sum of RGB (Red+Green+Blue) = 221+132+234=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 132 (51.95% from 255 or 22.49% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD84EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD84EA is #227B15. Grayscale: #A9A9A9. Windows color (decimal): -2259734 or 15369437. OLE color: 15369437.

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

Color convert

RGB221132234-
CMYK0.060.4400.08
HSL292.35º70.83%71.76%-
HSV(B)292.35º43.59%91.76%-
XYZ52.9237.8282.35-
YUV170.24163.99164.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 132 (51.95% from 255) = 22.49%
BLUE value IS 234 (91.80% from 255) = 39.86%
R=37.65%
G=22.49%
B=39.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211322340.060.4400.08292.3570.8371.76
HexDD84EA62C081244748
Octal335204352654010444107110
Binary1101110110000100111010101101011000100010010010010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD84EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD84EA; }

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

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

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

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

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

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

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

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