Html Css Color HEX #DC9ACD Plum

📋 copy color: '#DC9ACD'

red 220 ◦ green 154 ◦ blue 205

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

Shades of Plum #DC9ACD

Tints of Plum #DC9ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.41%

R = 38%
G = 26.6%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC9ACD (or 0xDC9ACD) is known color: Plum. HEX triplet: DC, 9A and CD. RGB value is (220,154,205). Sum of RGB (Red+Green+Blue) = 220+154+205=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9ACD is #236532. Grayscale: #B3B3B3. Windows color (decimal): -2319667 or 13474524. OLE color: 13474524.

HSL color Cylindrical-coordinate representation of color #DC9ACD: hue angle of 313.64º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9ACD is Cyan = 0, Magento = 0.3, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 154 205 -
CMYK 0 0.3 0.07 0.14
HSL 313.64º 0.49% 0.73% -
HSV(B) 313.64º 0.3% 0.86% -
XYZ 52.09 42.73 63.26 -
YUV 179.55 142.37 156.85 -
System Red Green Blue C M Y K H S L
Decimal 220 154 205 0 0.3 0.07 0.14 313.64 0.49 0.73
Hex DC 9A CD 0 1E 7 E 13A 31 49
Octal 334 232 315 0 36 7 16 472 61 111
Binary 11011100 10011010 11001101 0 11110 111 1110 100111010 110001 1001001

Color Harmonies of #DC9ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9ACD

Black with #DC9ACD

Text Example


Text Example

White with #DC9ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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