#DD85EA

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

Shades of Violet #DD85EA

Tints of Violet #DD85EA

Color information

#DD85EA (or 0xDD85EA) is unknown color: approx Violet. HEX triplet: DD, 85 and EA. RGB value is (221,133,234). Sum of RGB (Red+Green+Blue) = 221+133+234=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD85EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD85EA is #227A15. Grayscale: #AAAAAA. Windows color (decimal): -2259478 or 15369693. OLE color: 15369693.

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

Color convert

RGB221133234-
CMYK0.060.4300.08
HSL292.28º70.63%71.96%-
HSV(B)292.28º43.16%91.76%-
XYZ53.0638.0982.4-
YUV170.83163.65163.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 133 (52.34% from 255) = 22.62%
BLUE value IS 234 (91.80% from 255) = 39.80%
R=37.59%
G=22.62%
B=39.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211332340.060.4300.08292.2870.6371.96
HexDD85EA62B081244748
Octal335205352653010444107110
Binary1101110110000101111010101101010110100010010010010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD85EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD85EA; }

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

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

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

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

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

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

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

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