Html Css Color HEX #DD8DDC Plum

📋 copy color: '#DD8DDC'

red 221 ◦ green 141 ◦ blue 220

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

Shades of Plum #DD8DDC

Tints of Plum #DD8DDC

RGB

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

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

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

R = 37.97%
G = 24.23%
B = 37.8%

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

#DD8DDC (or 0xDD8DDC) is known color: Plum. HEX triplet: DD, 8D and DC. RGB value is (221,141,220). Sum of RGB (Red+Green+Blue) = 221+141+220=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8DDC is #227223. Grayscale: #ADADAD. Windows color (decimal): -2257444 or 14454237. OLE color: 14454237.

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

Color convert

RGB 221 141 220 -
CMYK 0 0.36 0.00 0.13
HSL 300.75º 0.54% 0.71% -
HSV(B) 300.75º 0.36% 0.87% -
XYZ 52.26 39.59 72.6 -
YUV 173.93 154 161.58 -
System Red Green Blue C M Y K H S L
Decimal 221 141 220 0 0.36 0.00 0.13 300.75 0.54 0.71
Hex DD 8D DC 0 24 0 D 12D 36 47
Octal 335 215 334 0 44 0 15 455 66 107
Binary 11011101 10001101 11011100 0 100100 0 1101 100101101 110110 1000111

Color Harmonies of #DD8DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8DDC

Black with #DD8DDC

Text Example


Text Example

White with #DD8DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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