#DD90ED

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

Shades of Violet #DD90ED

Tints of Violet #DD90ED

Color information

#DD90ED (or 0xDD90ED) is unknown color: approx Violet. HEX triplet: DD, 90 and ED. RGB value is (221,144,237). Sum of RGB (Red+Green+Blue) = 221+144+237=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 144 (56.64% from 255 or 23.92% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD90ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD90ED is #226F12. Grayscale: #B1B1B1. Windows color (decimal): -2256659 or 15569117. OLE color: 15569117.

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

Color convert

RGB221144237-
CMYK0.070.3900.07
HSL289.68º72.09%74.71%-
HSV(B)289.68º39.24%92.94%-
XYZ55.0841.4385.22-
YUV177.62161.51158.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.71%
GREEN value IS 144 (56.64% from 255) = 23.92%
BLUE value IS 237 (92.97% from 255) = 39.37%
R=36.71%
G=23.92%
B=39.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211442370.070.3900.07289.6872.0974.71
HexDD90ED72707122484b
Octal33522035574707442110113
Binary110111011001000011101101111100111011110010001010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD90ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD90ED; }

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

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

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

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

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

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

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

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