Html Css Color HEX #DC9BE5 Plum

📋 copy color: '#DC9BE5'

red 220 ◦ green 155 ◦ blue 229

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

Shades of Plum #DC9BE5

Tints of Plum #DC9BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.91%

R = 36.42%
G = 25.66%
B = 37.91%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC9BE5 (or 0xDC9BE5) is known color: Plum. HEX triplet: DC, 9B and E5. RGB value is (220,155,229). Sum of RGB (Red+Green+Blue) = 220+155+229=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC9BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BE5 is #23641A. Grayscale: #B6B6B6. Windows color (decimal): -2319387 or 15047644. OLE color: 15047644.

HSL color Cylindrical-coordinate representation of color #DC9BE5: hue angle of 292.7º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC9BE5 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 155 229 -
CMYK 0.04 0.32 0 0.10
HSL 292.7º 0.59% 0.75% -
HSV(B) 292.7º 0.32% 0.9% -
XYZ 55.38 44.32 79.76 -
YUV 182.87 154.03 154.48 -
System Red Green Blue C M Y K H S L
Decimal 220 155 229 0.04 0.32 0 0.10 292.7 0.59 0.75
Hex DC 9B E5 4 20 0 A 125 3B 4B
Octal 334 233 345 4 40 0 12 445 73 113
Binary 11011100 10011011 11100101 100 100000 0 1010 100100101 111011 1001011

Color Harmonies of #DC9BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9BE5

Black with #DC9BE5

Text Example


Text Example

White with #DC9BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9BE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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