Html Css Color HEX #DC9DDE Plum

📋 copy color: '#DC9DDE'

red 220 ◦ green 157 ◦ blue 222

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

Shades of Plum #DC9DDE

Tints of Plum #DC9DDE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.21%

 BLUE value IS 222 (87.11% from 255) = 37.06%

R = 36.73%
G = 26.21%
B = 37.06%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC9DDE (or 0xDC9DDE) is known color: Plum. HEX triplet: DC, 9D and DE. RGB value is (220,157,222). Sum of RGB (Red+Green+Blue) = 220+157+222=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 157 (61.72% from 255 or 26.21% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC9DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DDE is #236221. Grayscale: #B7B7B7. Windows color (decimal): -2318882 or 14589404. OLE color: 14589404.

HSL color Cylindrical-coordinate representation of color #DC9DDE: hue angle of 298.15º degrees, saturation: 0.5, 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 #DC9DDE is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 157 222 -
CMYK 0.01 0.29 0 0.13
HSL 298.15º 0.5% 0.74% -
HSV(B) 298.15º 0.29% 0.87% -
XYZ 54.76 44.6 74.83 -
YUV 183.25 149.87 154.21 -
System Red Green Blue C M Y K H S L
Decimal 220 157 222 0.01 0.29 0 0.13 298.15 0.5 0.74
Hex DC 9D DE 1 1D 0 D 12A 32 4A
Octal 334 235 336 1 35 0 15 452 62 112
Binary 11011100 10011101 11011110 1 11101 0 1101 100101010 110010 1001010

Color Harmonies of #DC9DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9DDE

Black with #DC9DDE

Text Example


Text Example

White with #DC9DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9DDE; }

 p { color: rgb(220,157,222); }

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

background-color css

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

 a { background-color: rgb(220,157,222); }

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

border-color css

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

 span { border-color: rgb(220,157,222); }

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