#DD84EB

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

Shades of Violet #DD84EB

Tints of Violet #DD84EB

Color information

#DD84EB (or 0xDD84EB) is unknown color: approx Violet. HEX triplet: DD, 84 and EB. RGB value is (221,132,235). Sum of RGB (Red+Green+Blue) = 221+132+235=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 132 (51.95% from 255 or 22.45% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD84EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD84EB is #227B14. Grayscale: #AAAAAA. Windows color (decimal): -2259733 or 15434973. OLE color: 15434973.

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

Color convert

RGB221132235-
CMYK0.060.4400.08
HSL291.84º72.03%71.96%-
HSV(B)291.84º43.83%92.16%-
XYZ53.0737.8783.11-
YUV170.35164.49164.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 132 (51.95% from 255) = 22.45%
BLUE value IS 235 (92.19% from 255) = 39.97%
R=37.59%
G=22.45%
B=39.97%

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
Decimal2211322350.060.4400.08291.8472.0371.96
HexDD84EB62C081244848
Octal335204353654010444110110
Binary1101110110000100111010111101011000100010010010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD84EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD84EB; }

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

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

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

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

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

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

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

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