Html Css Color HEX #DC9CDC Plum

📋 copy color: '#DC9CDC'

red 220 ◦ green 156 ◦ blue 220

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

Shades of Plum #DC9CDC

Tints of Plum #DC9CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.17%

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

R = 36.91%
G = 26.17%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC9CDC (or 0xDC9CDC) is known color: Plum. HEX triplet: DC, 9C and DC. RGB value is (220,156,220). Sum of RGB (Red+Green+Blue) = 220+156+220=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC9CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CDC is #236323. Grayscale: #B6B6B6. Windows color (decimal): -2319140 or 14458076. OLE color: 14458076.

HSL color Cylindrical-coordinate representation of color #DC9CDC: 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.29%. Process color model (Four color, CMYK) of #DC9CDC is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 156 220 -
CMYK 0 0.29 0 0.14
HSL 300º 0.48% 0.74% -
HSV(B) 300º 0.29% 0.86% -
XYZ 54.32 44.16 73.37 -
YUV 182.43 149.2 154.8 -
System Red Green Blue C M Y K H S L
Decimal 220 156 220 0 0.29 0 0.14 300 0.48 0.74
Hex DC 9C DC 0 1D 0 E 12C 30 4A
Octal 334 234 334 0 35 0 16 454 60 112
Binary 11011100 10011100 11011100 0 11101 0 1110 100101100 110000 1001010

Color Harmonies of #DC9CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9CDC

Black with #DC9CDC

Text Example


Text Example

White with #DC9CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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