#DD88DF

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

Shades of Violet #DD88DF

Tints of Violet #DD88DF

Color information

#DD88DF (or 0xDD88DF) is unknown color: approx Violet. HEX triplet: DD, 88 and DF. RGB value is (221,136,223). Sum of RGB (Red+Green+Blue) = 221+136+223=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 136 (53.52% from 255 or 23.45% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD88DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88DF is #227720. Grayscale: #ABABAB. Windows color (decimal): -2258721 or 14649565. OLE color: 14649565.

HSL color Cylindrical-coordinate representation of color #DD88DF: hue angle of 298.62º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD88DF is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221136223-
CMYK0.010.3900.13
HSL298.62º57.62%70.39%-
HSV(B)298.62º39.01%87.45%-
XYZ51.9438.3174.47-
YUV171.33157.16163.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 136 (53.52% from 255) = 23.45%
BLUE value IS 223 (87.5% from 255) = 38.45%
R=38.10%
G=23.45%
B=38.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211362230.010.3900.13298.6257.6270.39
HexDD88DF1270D12b3a46
Octal33521033714701545372106
Binary1101110110001000110111111100111011011001010111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD88DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD88DF; }

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

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

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

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

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

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

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

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