Html Css Color HEX #DC8CDD Plum

📋 copy color: '#DC8CDD'

red 220 ◦ green 140 ◦ blue 221

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

Shades of Plum #DC8CDD

Tints of Plum #DC8CDD

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 220 140 221 -
CMYK 0.00 0.37 0 0.13
HSL 299.26º 0.54% 0.71% -
HSV(B) 299.26º 0.37% 0.87% -
XYZ 51.94 39.19 73.23 -
YUV 173.15 155 161.41 -
System Red Green Blue C M Y K H S L
Decimal 220 140 221 0.00 0.37 0 0.13 299.26 0.54 0.71
Hex DC 8C DD 0 25 0 D 12B 36 47
Octal 334 214 335 0 45 0 15 453 66 107
Binary 11011100 10001100 11011101 0 100101 0 1101 100101011 110110 1000111

Color Harmonies of #DC8CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8CDD

Black with #DC8CDD

Text Example


Text Example

White with #DC8CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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