Html Css Color HEX #DC9AD8 Plum

📋 copy color: '#DC9AD8'

red 220 ◦ green 154 ◦ blue 216

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

Shades of Plum #DC9AD8

Tints of Plum #DC9AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.61%

R = 37.29%
G = 26.1%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DC9AD8 (or 0xDC9AD8) is known color: Plum. HEX triplet: DC, 9A and D8. RGB value is (220,154,216). Sum of RGB (Red+Green+Blue) = 220+154+216=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9AD8 is #236527. Grayscale: #B4B4B4. Windows color (decimal): -2319656 or 14195420. OLE color: 14195420.

HSL color Cylindrical-coordinate representation of color #DC9AD8: hue angle of 303.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 #DC9AD8 is Cyan = 0, Magento = 0.3, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 154 216 -
CMYK 0 0.3 0.02 0.14
HSL 303.64º 0.49% 0.73% -
HSV(B) 303.64º 0.3% 0.86% -
XYZ 53.47 43.28 70.5 -
YUV 180.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 220 154 216 0 0.3 0.02 0.14 303.64 0.49 0.73
Hex DC 9A D8 0 1E 2 E 130 31 49
Octal 334 232 330 0 36 2 16 460 61 111
Binary 11011100 10011010 11011000 0 11110 10 1110 100110000 110001 1001001

Color Harmonies of #DC9AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9AD8

Black with #DC9AD8

Text Example


Text Example

White with #DC9AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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