#DD83ED

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

Shades of Violet #DD83ED

Tints of Violet #DD83ED

Color information

#DD83ED (or 0xDD83ED) is unknown color: approx Violet. HEX triplet: DD, 83 and ED. RGB value is (221,131,237). Sum of RGB (Red+Green+Blue) = 221+131+237=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 131 (51.56% from 255 or 22.24% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD83ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD83ED is #227C12. Grayscale: #A9A9A9. Windows color (decimal): -2259987 or 15565789. OLE color: 15565789.

HSL color Cylindrical-coordinate representation of color #DD83ED: hue angle of 290.94º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD83ED is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221131237-
CMYK0.070.4500.07
HSL290.94º74.65%72.16%-
HSV(B)290.94º44.73%92.94%-
XYZ53.2237.7284.6-
YUV169.99165.82164.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 131 (51.56% from 255) = 22.24%
BLUE value IS 237 (92.97% from 255) = 40.24%
R=37.52%
G=22.24%
B=40.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211312370.070.4500.07290.9474.6572.16
HexDD83ED72D071234b48
Octal33520335575507443113110
Binary110111011000001111101101111101101011110010001110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD83ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD83ED; }

 p { color: rgb(221,131,237); }

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

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

 a { background-color: rgb(221,131,237); }

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

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

 span { border-color: rgb(221,131,237); }

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