Html Css Color HEX #DD8EE0 Plum

📋 copy color: '#DD8EE0'

red 221 ◦ green 142 ◦ blue 224

#DD8EE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #DD8EE0

Tints of Plum #DD8EE0

RGB

 RED value IS 221 (86.72% from 255) = 37.65%

 GREEN value IS 142 (55.86% from 255) = 24.19%

 BLUE value IS 224 (87.89% from 255) = 38.16%

R = 37.65%
G = 24.19%
B = 38.16%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD8EE0 (or 0xDD8EE0) is known color: Plum. HEX triplet: DD, 8E and E0. RGB value is (221,142,224). Sum of RGB (Red+Green+Blue) = 221+142+224=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD8EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8EE0 is #22711F. Grayscale: #AEAEAE. Windows color (decimal): -2257184 or 14716637. OLE color: 14716637.

HSL color Cylindrical-coordinate representation of color #DD8EE0: hue angle of 297.8º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8EE0 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 142 224 -
CMYK 0.01 0.37 0 0.12
HSL 297.8º 0.57% 0.72% -
HSV(B) 297.8º 0.37% 0.88% -
XYZ 52.95 40.1 75.47 -
YUV 174.97 155.67 160.83 -
System Red Green Blue C M Y K H S L
Decimal 221 142 224 0.01 0.37 0 0.12 297.8 0.57 0.72
Hex DD 8E E0 1 25 0 C 12A 39 48
Octal 335 216 340 1 45 0 14 452 71 110
Binary 11011101 10001110 11100000 1 100101 0 1100 100101010 111001 1001000

Color Harmonies of #DD8EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8EE0

Black with #DD8EE0

Text Example


Text Example

White with #DD8EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8EE0; }

 p { color: rgb(221,142,224); }

 H1.HeaderClassName
 {
   color: #DD8EE0;
 }
 .AnyTagClassName
 {
   color: #DD8EE0;
 }
</style>

background-color css

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

 a { background-color: rgb(221,142,224); }

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

border-color css

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

 span { border-color: rgb(221,142,224); }

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