Html Css Color HEX #DC9BCC Plum

📋 copy color: '#DC9BCC'

red 220 ◦ green 155 ◦ blue 204

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

Shades of Plum #DC9BCC

Tints of Plum #DC9BCC

RGB

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

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

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

R = 38%
G = 26.77%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC9BCC (or 0xDC9BCC) is known color: Plum. HEX triplet: DC, 9B and CC. RGB value is (220,155,204). Sum of RGB (Red+Green+Blue) = 220+155+204=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BCC is #236433. Grayscale: #B3B3B3. Windows color (decimal): -2319412 or 13409244. OLE color: 13409244.

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

Color convert

RGB 220 155 204 -
CMYK 0 0.30 0.07 0.14
HSL 314.77º 0.48% 0.74% -
HSV(B) 314.77º 0.3% 0.86% -
XYZ 52.14 43.02 62.68 -
YUV 180.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 220 155 204 0 0.30 0.07 0.14 314.77 0.48 0.74
Hex DC 9B CC 0 1E 7 E 13B 30 4A
Octal 334 233 314 0 36 7 16 473 60 112
Binary 11011100 10011011 11001100 0 11110 111 1110 100111011 110000 1001010

Color Harmonies of #DC9BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9BCC

Black with #DC9BCC

Text Example


Text Example

White with #DC9BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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