Html Css Color HEX #DC9BD1 Plum

📋 copy color: '#DC9BD1'

red 220 ◦ green 155 ◦ blue 209

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

Shades of Plum #DC9BD1

Tints of Plum #DC9BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.79%

R = 37.67%
G = 26.54%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC9BD1 (or 0xDC9BD1) is known color: Plum. HEX triplet: DC, 9B and D1. RGB value is (220,155,209). Sum of RGB (Red+Green+Blue) = 220+155+209=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BD1 is #23642E. Grayscale: #B4B4B4. Windows color (decimal): -2319407 or 13736924. OLE color: 13736924.

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

Color convert

RGB 220 155 209 -
CMYK 0 0.30 0.05 0.14
HSL 310.15º 0.48% 0.74% -
HSV(B) 310.15º 0.3% 0.86% -
XYZ 52.75 43.26 65.89 -
YUV 180.59 144.03 156.11 -
System Red Green Blue C M Y K H S L
Decimal 220 155 209 0 0.30 0.05 0.14 310.15 0.48 0.74
Hex DC 9B D1 0 1E 5 E 136 30 4A
Octal 334 233 321 0 36 5 16 466 60 112
Binary 11011100 10011011 11010001 0 11110 101 1110 100110110 110000 1001010

Color Harmonies of #DC9BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9BD1

Black with #DC9BD1

Text Example


Text Example

White with #DC9BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9BD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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