Html Css Color HEX #DD8ED6 Plum

📋 copy color: '#DD8ED6'

red 221 ◦ green 142 ◦ blue 214

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

Shades of Plum #DD8ED6

Tints of Plum #DD8ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.09%

R = 38.3%
G = 24.61%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD8ED6 (or 0xDD8ED6) is known color: Plum. HEX triplet: DD, 8E and D6. RGB value is (221,142,214). Sum of RGB (Red+Green+Blue) = 221+142+214=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 142 (55.86% from 255 or 24.61% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8ED6 is #227129. Grayscale: #ADADAD. Windows color (decimal): -2257194 or 14061277. OLE color: 14061277.

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

Color convert

RGB 221 142 214 -
CMYK 0 0.36 0.03 0.13
HSL 305.32º 0.54% 0.71% -
HSV(B) 305.32º 0.36% 0.87% -
XYZ 51.63 39.57 68.54 -
YUV 173.83 150.67 161.65 -
System Red Green Blue C M Y K H S L
Decimal 221 142 214 0 0.36 0.03 0.13 305.32 0.54 0.71
Hex DD 8E D6 0 24 3 D 131 36 47
Octal 335 216 326 0 44 3 15 461 66 107
Binary 11011101 10001110 11010110 0 100100 11 1101 100110001 110110 1000111

Color Harmonies of #DD8ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8ED6

Black with #DD8ED6

Text Example


Text Example

White with #DD8ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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