Html Css Color HEX #DC9DCC Plum

📋 copy color: '#DC9DCC'

red 220 ◦ green 157 ◦ blue 204

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

Shades of Plum #DC9DCC

Tints of Plum #DC9DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.11%

R = 37.87%
G = 27.02%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC9DCC (or 0xDC9DCC) is known color: Plum. HEX triplet: DC, 9D and CC. RGB value is (220,157,204). Sum of RGB (Red+Green+Blue) = 220+157+204=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DCC is #236233. Grayscale: #B5B5B5. Windows color (decimal): -2318900 or 13409756. OLE color: 13409756.

HSL color Cylindrical-coordinate representation of color #DC9DCC: hue angle of 315.24º degrees, saturation: 0.47, 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 #DC9DCC is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 157 204 -
CMYK 0 0.29 0.07 0.14
HSL 315.24º 0.47% 0.74% -
HSV(B) 315.24º 0.29% 0.86% -
XYZ 52.47 43.69 62.79 -
YUV 181.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 220 157 204 0 0.29 0.07 0.14 315.24 0.47 0.74
Hex DC 9D CC 0 1D 7 E 13B 2F 4A
Octal 334 235 314 0 35 7 16 473 57 112
Binary 11011100 10011101 11001100 0 11101 111 1110 100111011 101111 1001010

Color Harmonies of #DC9DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9DCC

Black with #DC9DCC

Text Example


Text Example

White with #DC9DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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