Html Css Color HEX #DC9BEA Plum

📋 copy color: '#DC9BEA'

red 220 ◦ green 155 ◦ blue 234

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

Shades of Plum #DC9BEA

Tints of Plum #DC9BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.42%

R = 36.12%
G = 25.45%
B = 38.42%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DC9BEA (or 0xDC9BEA) is known color: Plum. HEX triplet: DC, 9B and EA. RGB value is (220,155,234). Sum of RGB (Red+Green+Blue) = 220+155+234=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 155 (60.94% from 255 or 25.45% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC9BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9BEA is #236415. Grayscale: #B7B7B7. Windows color (decimal): -2319382 or 15375324. OLE color: 15375324.

HSL color Cylindrical-coordinate representation of color #DC9BEA: hue angle of 289.37º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC9BEA is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 155 234 -
CMYK 0.06 0.34 0 0.08
HSL 289.37º 0.65% 0.76% -
HSV(B) 289.37º 0.34% 0.92% -
XYZ 56.09 44.6 83.49 -
YUV 183.44 156.53 154.08 -
System Red Green Blue C M Y K H S L
Decimal 220 155 234 0.06 0.34 0 0.08 289.37 0.65 0.76
Hex DC 9B EA 6 22 0 8 121 41 4C
Octal 334 233 352 6 42 0 10 441 101 114
Binary 11011100 10011011 11101010 110 100010 0 1000 100100001 1000001 1001100

Color Harmonies of #DC9BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9BEA

Black with #DC9BEA

Text Example


Text Example

White with #DC9BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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