#DD88E4

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

Shades of Violet #DD88E4

Tints of Violet #DD88E4

Color information

#DD88E4 (or 0xDD88E4) is unknown color: approx Violet. HEX triplet: DD, 88 and E4. RGB value is (221,136,228). Sum of RGB (Red+Green+Blue) = 221+136+228=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 136 (53.52% from 255 or 23.25% from 585); Blue value is 228 (89.45% from 255 or 38.97% from 585); Max value from RGB is 228 - color contains mainly: blue. Hex color #DD88E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88E4 is #22771B. Grayscale: #ABABAB. Windows color (decimal): -2258716 or 14977245. OLE color: 14977245.

HSL color Cylindrical-coordinate representation of color #DD88E4: hue angle of 295.43º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD88E4 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221136228-
CMYK0.030.4000.11
HSL295.43º63.01%71.37%-
HSV(B)295.43º40.35%89.41%-
XYZ52.6338.5878.07-
YUV171.9159.66163.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 136 (53.52% from 255) = 23.25%
BLUE value IS 228 (89.45% from 255) = 38.97%
R=37.78%
G=23.25%
B=38.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211362280.030.4000.11295.4363.0171.37
HexDD88E43280B1273f47
Octal33521034435001344777107
Binary11011101100010001110010011101000010111001001111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD88E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD88E4; }

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

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

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

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

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

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

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

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