#DD8DF1

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

Shades of Violet #DD8DF1

Tints of Violet #DD8DF1

Color information

#DD8DF1 (or 0xDD8DF1) is unknown color: approx Violet. HEX triplet: DD, 8D and F1. RGB value is (221,141,241). Sum of RGB (Red+Green+Blue) = 221+141+241=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 141 (55.47% from 255 or 23.38% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD8DF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8DF1 is #22720E. Grayscale: #B0B0B0. Windows color (decimal): -2257423 or 15830493. OLE color: 15830493.

HSL color Cylindrical-coordinate representation of color #DD8DF1: hue angle of 288º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD8DF1 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221141241-
CMYK0.080.4100.05
HSL288º78.12%74.9%-
HSV(B)288º41.49%94.51%-
XYZ55.2240.7788.18-
YUV176.32164.5159.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.65%
GREEN value IS 141 (55.47% from 255) = 23.38%
BLUE value IS 241 (94.53% from 255) = 39.97%
R=36.65%
G=23.38%
B=39.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211412410.080.4100.0528878.1274.9
HexDD8DF1829051204e4b
Octal335215361105105440116113
Binary1101110110001101111100011000101001010110010000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8DF1; }

 p { color: rgb(221,141,241); }

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

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

 a { background-color: rgb(221,141,241); }

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

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

 span { border-color: rgb(221,141,241); }

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