Html Css Color HEX #DD8DCD Plum

📋 copy color: '#DD8DCD'

red 221 ◦ green 141 ◦ blue 205

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

Shades of Plum #DD8DCD

Tints of Plum #DD8DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.16%

R = 38.98%
G = 24.87%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD8DCD (or 0xDD8DCD) is known color: Plum. HEX triplet: DD, 8D and CD. RGB value is (221,141,205). Sum of RGB (Red+Green+Blue) = 221+141+205=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8DCD is #227232. Grayscale: #ACACAC. Windows color (decimal): -2257459 or 13471197. OLE color: 13471197.

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

Color convert

RGB 221 141 205 -
CMYK 0 0.36 0.07 0.13
HSL 312º 0.54% 0.71% -
HSV(B) 312º 0.36% 0.87% -
XYZ 50.36 38.83 62.6 -
YUV 172.22 146.5 162.8 -
System Red Green Blue C M Y K H S L
Decimal 221 141 205 0 0.36 0.07 0.13 312 0.54 0.71
Hex DD 8D CD 0 24 7 D 138 36 47
Octal 335 215 315 0 44 7 15 470 66 107
Binary 11011101 10001101 11001101 0 100100 111 1101 100111000 110110 1000111

Color Harmonies of #DD8DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8DCD

Black with #DD8DCD

Text Example


Text Example

White with #DD8DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8DCD; }

 p { color: rgb(221,141,205); }

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

background-color css

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

 a { background-color: rgb(221,141,205); }

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

border-color css

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

 span { border-color: rgb(221,141,205); }

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