Html Css Color HEX #DC9ADD Plum

📋 copy color: '#DC9ADD'

red 220 ◦ green 154 ◦ blue 221

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

Shades of Plum #DC9ADD

Tints of Plum #DC9ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.88%

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

R = 36.97%
G = 25.88%
B = 37.14%

CMYK

 C value IS 0.00

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC9ADD (or 0xDC9ADD) is known color: Plum. HEX triplet: DC, 9A and DD. RGB value is (220,154,221). Sum of RGB (Red+Green+Blue) = 220+154+221=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC9ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9ADD is #236522. Grayscale: #B5B5B5. Windows color (decimal): -2319651 or 14523100. OLE color: 14523100.

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

Color convert

RGB 220 154 221 -
CMYK 0.00 0.30 0 0.13
HSL 299.1º 0.5% 0.74% -
HSV(B) 299.1º 0.3% 0.87% -
XYZ 54.12 43.55 73.96 -
YUV 181.37 150.37 155.55 -
System Red Green Blue C M Y K H S L
Decimal 220 154 221 0.00 0.30 0 0.13 299.1 0.5 0.74
Hex DC 9A DD 0 1E 0 D 12B 32 4A
Octal 334 232 335 0 36 0 15 453 62 112
Binary 11011100 10011010 11011101 0 11110 0 1101 100101011 110010 1001010

Color Harmonies of #DC9ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9ADD

Black with #DC9ADD

Text Example


Text Example

White with #DC9ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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