Html Css Color HEX #DC8DD9 Plum

📋 copy color: '#DC8DD9'

red 220 ◦ green 141 ◦ blue 217

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

Shades of Plum #DC8DD9

Tints of Plum #DC8DD9

RGB

 RED value IS 220 (86.33% from 255) = 38.06%

 GREEN value IS 141 (55.47% from 255) = 24.39%

 BLUE value IS 217 (85.16% from 255) = 37.54%

R = 38.06%
G = 24.39%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC8DD9 (or 0xDC8DD9) is known color: Plum. HEX triplet: DC, 8D and D9. RGB value is (220,141,217). Sum of RGB (Red+Green+Blue) = 220+141+217=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 141 (55.47% from 255 or 24.39% from 578); Blue value is 217 (85.16% from 255 or 37.54% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8DD9 is #237226. Grayscale: #ADADAD. Windows color (decimal): -2322983 or 14257628. OLE color: 14257628.

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

Color convert

RGB 220 141 217 -
CMYK 0 0.36 0.01 0.14
HSL 302.28º 0.53% 0.71% -
HSV(B) 302.28º 0.36% 0.86% -
XYZ 51.56 39.28 70.51 -
YUV 173.29 152.67 161.32 -
System Red Green Blue C M Y K H S L
Decimal 220 141 217 0 0.36 0.01 0.14 302.28 0.53 0.71
Hex DC 8D D9 0 24 1 E 12E 35 47
Octal 334 215 331 0 44 1 16 456 65 107
Binary 11011100 10001101 11011001 0 100100 1 1110 100101110 110101 1000111

Color Harmonies of #DC8DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8DD9

Black with #DC8DD9

Text Example


Text Example

White with #DC8DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8DD9; }

 p { color: rgb(220,141,217); }

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

background-color css

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

 a { background-color: rgb(220,141,217); }

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

border-color css

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

 span { border-color: rgb(220,141,217); }

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