Html Css Color HEX #DD8CDC Plum

📋 copy color: '#DD8CDC'

red 221 ◦ green 140 ◦ blue 220

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

Shades of Plum #DD8CDC

Tints of Plum #DD8CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.1%

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

R = 38.04%
G = 24.1%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD8CDC (or 0xDD8CDC) is known color: Plum. HEX triplet: DD, 8C and DC. RGB value is (221,140,220). Sum of RGB (Red+Green+Blue) = 221+140+220=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8CDC is #227323. Grayscale: #ADADAD. Windows color (decimal): -2257700 or 14453981. OLE color: 14453981.

HSL color Cylindrical-coordinate representation of color #DD8CDC: hue angle of 300.74º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8CDC is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 140 220 -
CMYK 0 0.37 0.00 0.13
HSL 300.74º 0.54% 0.71% -
HSV(B) 300.74º 0.37% 0.87% -
XYZ 52.12 39.3 72.55 -
YUV 173.34 154.34 162 -
System Red Green Blue C M Y K H S L
Decimal 221 140 220 0 0.37 0.00 0.13 300.74 0.54 0.71
Hex DD 8C DC 0 25 0 D 12D 36 47
Octal 335 214 334 0 45 0 15 455 66 107
Binary 11011101 10001100 11011100 0 100101 0 1101 100101101 110110 1000111

Color Harmonies of #DD8CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8CDC

Black with #DD8CDC

Text Example


Text Example

White with #DD8CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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