#DD88F0

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

Shades of Violet #DD88F0

Tints of Violet #DD88F0

Color information

#DD88F0 (or 0xDD88F0) is unknown color: approx Violet. HEX triplet: DD, 88 and F0. RGB value is (221,136,240). Sum of RGB (Red+Green+Blue) = 221+136+240=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 136 (53.52% from 255 or 22.78% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD88F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD88F0 is #22770F. Grayscale: #ACACAC. Windows color (decimal): -2258704 or 15763677. OLE color: 15763677.

HSL color Cylindrical-coordinate representation of color #DD88F0: hue angle of 289.04º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD88F0 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB221136240-
CMYK0.080.4300.06
HSL289.04º77.61%73.73%-
HSV(B)289.04º43.33%94.12%-
XYZ54.3539.2787.15-
YUV173.27165.66162.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.02%
GREEN value IS 136 (53.52% from 255) = 22.78%
BLUE value IS 240 (94.14% from 255) = 40.20%
R=37.02%
G=22.78%
B=40.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2211362400.080.4300.06289.0477.6173.73
HexDD88F082B061214e4a
Octal335210360105306441116112
Binary1101110110001000111100001000101011011010010000110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD88F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD88F0; }

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

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

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

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

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

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

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

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