Html Css Color HEX #DD8EDA Plum

📋 copy color: '#DD8EDA'

red 221 ◦ green 142 ◦ blue 218

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

Shades of Plum #DD8EDA

Tints of Plum #DD8EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.52%

R = 38.04%
G = 24.44%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD8EDA (or 0xDD8EDA) is known color: Plum. HEX triplet: DD, 8E and DA. RGB value is (221,142,218). Sum of RGB (Red+Green+Blue) = 221+142+218=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 142 (55.86% from 255 or 24.44% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8EDA is #227125. Grayscale: #AEAEAE. Windows color (decimal): -2257190 or 14323421. OLE color: 14323421.

HSL color Cylindrical-coordinate representation of color #DD8EDA: hue angle of 302.28º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD8EDA is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 142 218 -
CMYK 0 0.36 0.01 0.13
HSL 302.28º 0.54% 0.71% -
HSV(B) 302.28º 0.36% 0.87% -
XYZ 52.15 39.78 71.26 -
YUV 174.29 152.67 161.32 -
System Red Green Blue C M Y K H S L
Decimal 221 142 218 0 0.36 0.01 0.13 302.28 0.54 0.71
Hex DD 8E DA 0 24 1 D 12E 36 47
Octal 335 216 332 0 44 1 15 456 66 107
Binary 11011101 10001110 11011010 0 100100 1 1101 100101110 110110 1000111

Color Harmonies of #DD8EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8EDA

Black with #DD8EDA

Text Example


Text Example

White with #DD8EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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