#DD85F0

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

Shades of Violet #DD85F0

Tints of Violet #DD85F0

Color information

#DD85F0 (or 0xDD85F0) is unknown color: approx Violet. HEX triplet: DD, 85 and F0. RGB value is (221,133,240). Sum of RGB (Red+Green+Blue) = 221+133+240=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 133 (52.34% from 255 or 22.39% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD85F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD85F0 is #227A0F. Grayscale: #ABABAB. Windows color (decimal): -2259472 or 15762909. OLE color: 15762909.

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

Color convert

RGB221133240-
CMYK0.080.4500.06
HSL289.35º78.1%73.14%-
HSV(B)289.35º44.58%94.12%-
XYZ53.9338.4487.01-
YUV171.51166.65163.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 133 (52.34% from 255) = 22.39%
BLUE value IS 240 (94.14% from 255) = 40.40%
R=37.21%
G=22.39%
B=40.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2211332400.080.4500.06289.3578.173.14
HexDD85F082D061214e49
Octal335205360105506441116111
Binary1101110110000101111100001000101101011010010000110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD85F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD85F0; }

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

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

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

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

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

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

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

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