Html Css Color HEX #DD8EDC Plum

📋 copy color: '#DD8EDC'

red 221 ◦ green 142 ◦ blue 220

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

Shades of Plum #DD8EDC

Tints of Plum #DD8EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.74%

R = 37.91%
G = 24.36%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD8EDC (or 0xDD8EDC) is known color: Plum. HEX triplet: DD, 8E and DC. RGB value is (221,142,220). Sum of RGB (Red+Green+Blue) = 221+142+220=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 142 (55.86% from 255 or 24.36% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8EDC is #227123. Grayscale: #AEAEAE. Windows color (decimal): -2257188 or 14454493. OLE color: 14454493.

HSL color Cylindrical-coordinate representation of color #DD8EDC: hue angle of 300.76º 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 #DD8EDC is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 142 220 -
CMYK 0 0.36 0.00 0.13
HSL 300.76º 0.54% 0.71% -
HSV(B) 300.76º 0.36% 0.87% -
XYZ 52.41 39.89 72.65 -
YUV 174.51 153.67 161.16 -
System Red Green Blue C M Y K H S L
Decimal 221 142 220 0 0.36 0.00 0.13 300.76 0.54 0.71
Hex DD 8E DC 0 24 0 D 12D 36 47
Octal 335 216 334 0 44 0 15 455 66 107
Binary 11011101 10001110 11011100 0 100100 0 1101 100101101 110110 1000111

Color Harmonies of #DD8EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8EDC

Black with #DD8EDC

Text Example


Text Example

White with #DD8EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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