#DD88E1

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

Shades of Violet #DD88E1

Tints of Violet #DD88E1

Color information

#DD88E1 (or 0xDD88E1) is unknown color: approx Violet. HEX triplet: DD, 88 and E1. RGB value is (221,136,225). Sum of RGB (Red+Green+Blue) = 221+136+225=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 136 (53.52% from 255 or 23.37% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD88E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88E1 is #22771E. Grayscale: #ABABAB. Windows color (decimal): -2258719 or 14780637. OLE color: 14780637.

HSL color Cylindrical-coordinate representation of color #DD88E1: hue angle of 297.3º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD88E1 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221136225-
CMYK0.020.4000.12
HSL297.3º59.73%70.78%-
HSV(B)297.3º39.56%88.24%-
XYZ52.2138.4275.9-
YUV171.56158.16163.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.97%
GREEN value IS 136 (53.52% from 255) = 23.37%
BLUE value IS 225 (88.28% from 255) = 38.66%
R=37.97%
G=23.37%
B=38.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211362250.020.4000.12297.359.7370.78
HexDD88E12280C1293c47
Octal33521034125001445174107
Binary11011101100010001110000110101000011001001010011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD88E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD88E1; }

 p { color: rgb(221,136,225); }

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

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

 a { background-color: rgb(221,136,225); }

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

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

 span { border-color: rgb(221,136,225); }

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