#DD8FEE

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

Shades of Violet #DD8FEE

Tints of Violet #DD8FEE

Color information

#DD8FEE (or 0xDD8FEE) is unknown color: approx Violet. HEX triplet: DD, 8F and EE. RGB value is (221,143,238). Sum of RGB (Red+Green+Blue) = 221+143+238=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 143 (56.25% from 255 or 23.75% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD8FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8FEE is #227011. Grayscale: #B0B0B0. Windows color (decimal): -2256914 or 15634397. OLE color: 15634397.

HSL color Cylindrical-coordinate representation of color #DD8FEE: hue angle of 289.26º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD8FEE is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221143238-
CMYK0.070.4000.07
HSL289.26º73.64%74.71%-
HSV(B)289.26º39.92%93.33%-
XYZ55.0741.1985.94-
YUV177.15162.34159.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.71%
GREEN value IS 143 (56.25% from 255) = 23.75%
BLUE value IS 238 (93.36% from 255) = 39.53%
R=36.71%
G=23.75%
B=39.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211432380.070.4000.07289.2673.6474.71
HexDD8FEE728071214a4b
Octal33521735675007441112113
Binary110111011000111111101110111101000011110010000110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8FEE; }

 p { color: rgb(221,143,238); }

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

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

 a { background-color: rgb(221,143,238); }

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

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

 span { border-color: rgb(221,143,238); }

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