Html Css Color HEX #DC9CDD Plum

📋 copy color: '#DC9CDD'

red 220 ◦ green 156 ◦ blue 221

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

Shades of Plum #DC9CDD

Tints of Plum #DC9CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.13%

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

R = 36.85%
G = 26.13%
B = 37.02%

CMYK

 C value IS 0.00

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC9CDD (or 0xDC9CDD) is known color: Plum. HEX triplet: DC, 9C and DD. RGB value is (220,156,221). Sum of RGB (Red+Green+Blue) = 220+156+221=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 156 (61.33% from 255 or 26.13% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC9CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CDD is #236322. Grayscale: #B6B6B6. Windows color (decimal): -2319139 or 14523612. OLE color: 14523612.

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

Color convert

RGB 220 156 221 -
CMYK 0.00 0.29 0 0.13
HSL 299.08º 0.49% 0.74% -
HSV(B) 299.08º 0.29% 0.87% -
XYZ 54.45 44.21 74.07 -
YUV 182.55 149.7 154.71 -
System Red Green Blue C M Y K H S L
Decimal 220 156 221 0.00 0.29 0 0.13 299.08 0.49 0.74
Hex DC 9C DD 0 1D 0 D 12B 31 4A
Octal 334 234 335 0 35 0 15 453 61 112
Binary 11011100 10011100 11011101 0 11101 0 1101 100101011 110001 1001010

Color Harmonies of #DC9CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9CDD

Black with #DC9CDD

Text Example


Text Example

White with #DC9CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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