Html Css Color HEX #DC9BD5 Plum

📋 copy color: '#DC9BD5'

red 220 ◦ green 155 ◦ blue 213

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

Shades of Plum #DC9BD5

Tints of Plum #DC9BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.22%

R = 37.41%
G = 26.36%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC9BD5 (or 0xDC9BD5) is known color: Plum. HEX triplet: DC, 9B and D5. RGB value is (220,155,213). Sum of RGB (Red+Green+Blue) = 220+155+213=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 155 (60.94% from 255 or 26.36% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BD5 is #23642A. Grayscale: #B4B4B4. Windows color (decimal): -2319403 or 13999068. OLE color: 13999068.

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

Color convert

RGB 220 155 213 -
CMYK 0 0.30 0.03 0.14
HSL 306.46º 0.48% 0.74% -
HSV(B) 306.46º 0.3% 0.86% -
XYZ 53.25 43.46 68.53 -
YUV 181.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 220 155 213 0 0.30 0.03 0.14 306.46 0.48 0.74
Hex DC 9B D5 0 1E 3 E 132 30 4A
Octal 334 233 325 0 36 3 16 462 60 112
Binary 11011100 10011011 11010101 0 11110 11 1110 100110010 110000 1001010

Color Harmonies of #DC9BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9BD5

Black with #DC9BD5

Text Example


Text Example

White with #DC9BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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