Html Css Color HEX #DC9BDC Plum

📋 copy color: '#DC9BDC'

red 220 ◦ green 155 ◦ blue 220

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

Shades of Plum #DC9BDC

Tints of Plum #DC9BDC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.05%

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

R = 36.97%
G = 26.05%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC9BDC (or 0xDC9BDC) is known color: Plum. HEX triplet: DC, 9B and DC. RGB value is (220,155,220). Sum of RGB (Red+Green+Blue) = 220+155+220=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC9BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BDC is #236423. Grayscale: #B5B5B5. Windows color (decimal): -2319396 or 14457820. OLE color: 14457820.

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

Color convert

RGB 220 155 220 -
CMYK 0 0.30 0 0.14
HSL 300º 0.48% 0.74% -
HSV(B) 300º 0.3% 0.86% -
XYZ 54.15 43.83 73.32 -
YUV 181.85 149.53 155.21 -
System Red Green Blue C M Y K H S L
Decimal 220 155 220 0 0.30 0 0.14 300 0.48 0.74
Hex DC 9B DC 0 1E 0 E 12C 30 4A
Octal 334 233 334 0 36 0 16 454 60 112
Binary 11011100 10011011 11011100 0 11110 0 1110 100101100 110000 1001010

Color Harmonies of #DC9BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9BDC

Black with #DC9BDC

Text Example


Text Example

White with #DC9BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9BDC; }

 p { color: rgb(220,155,220); }

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

background-color css

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

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

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

border-color css

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

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

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