Html Css Color HEX #DC9CCD Plum

📋 copy color: '#DC9CCD'

red 220 ◦ green 156 ◦ blue 205

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

Shades of Plum #DC9CCD

Tints of Plum #DC9CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.28%

R = 37.87%
G = 26.85%
B = 35.28%

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

#DC9CCD (or 0xDC9CCD) is known color: Plum. HEX triplet: DC, 9C and CD. RGB value is (220,156,205). Sum of RGB (Red+Green+Blue) = 220+156+205=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 156 (61.33% from 255 or 26.85% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9CCD is #236332. Grayscale: #B4B4B4. Windows color (decimal): -2319155 or 13475036. OLE color: 13475036.

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

Color convert

RGB 220 156 205 -
CMYK 0 0.29 0.07 0.14
HSL 314.06º 0.48% 0.74% -
HSV(B) 314.06º 0.29% 0.86% -
XYZ 52.42 43.4 63.37 -
YUV 180.72 141.7 156.02 -
System Red Green Blue C M Y K H S L
Decimal 220 156 205 0 0.29 0.07 0.14 314.06 0.48 0.74
Hex DC 9C CD 0 1D 7 E 13A 30 4A
Octal 334 234 315 0 35 7 16 472 60 112
Binary 11011100 10011100 11001101 0 11101 111 1110 100111010 110000 1001010

Color Harmonies of #DC9CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9CCD

Black with #DC9CCD

Text Example


Text Example

White with #DC9CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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