Html Css Color HEX #DC9BDE Plum

📋 copy color: '#DC9BDE'

red 220 ◦ green 155 ◦ blue 222

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

Shades of Plum #DC9BDE

Tints of Plum #DC9BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.19%

R = 36.85%
G = 25.96%
B = 37.19%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC9BDE (or 0xDC9BDE) is known color: Plum. HEX triplet: DC, 9B and DE. RGB value is (220,155,222). Sum of RGB (Red+Green+Blue) = 220+155+222=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC9BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BDE is #236421. Grayscale: #B5B5B5. Windows color (decimal): -2319394 or 14588892. OLE color: 14588892.

HSL color Cylindrical-coordinate representation of color #DC9BDE: hue angle of 298.21º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9BDE is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 155 222 -
CMYK 0.01 0.30 0 0.13
HSL 298.21º 0.5% 0.74% -
HSV(B) 298.21º 0.3% 0.87% -
XYZ 54.42 43.93 74.72 -
YUV 182.07 150.53 155.05 -
System Red Green Blue C M Y K H S L
Decimal 220 155 222 0.01 0.30 0 0.13 298.21 0.5 0.74
Hex DC 9B DE 1 1E 0 D 12A 32 4A
Octal 334 233 336 1 36 0 15 452 62 112
Binary 11011100 10011011 11011110 1 11110 0 1101 100101010 110010 1001010

Color Harmonies of #DC9BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9BDE

Black with #DC9BDE

Text Example


Text Example

White with #DC9BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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