Html Css Color HEX #DC9FDC Plum

📋 copy color: '#DC9FDC'

red 220 ◦ green 159 ◦ blue 220

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

Shades of Plum #DC9FDC

Tints of Plum #DC9FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.54%

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

R = 36.73%
G = 26.54%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC9FDC (or 0xDC9FDC) is known color: Plum. HEX triplet: DC, 9F and DC. RGB value is (220,159,220). Sum of RGB (Red+Green+Blue) = 220+159+220=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC9FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9FDC is #236023. Grayscale: #B8B8B8. Windows color (decimal): -2318372 or 14458844. OLE color: 14458844.

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

Color convert

RGB 220 159 220 -
CMYK 0 0.28 0 0.14
HSL 300º 0.47% 0.74% -
HSV(B) 300º 0.28% 0.86% -
XYZ 54.83 45.18 73.54 -
YUV 184.19 148.21 153.54 -
System Red Green Blue C M Y K H S L
Decimal 220 159 220 0 0.28 0 0.14 300 0.47 0.74
Hex DC 9F DC 0 1C 0 E 12C 2F 4A
Octal 334 237 334 0 34 0 16 454 57 112
Binary 11011100 10011111 11011100 0 11100 0 1110 100101100 101111 1001010

Color Harmonies of #DC9FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9FDC

Black with #DC9FDC

Text Example


Text Example

White with #DC9FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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