Html Css Color HEX #DC9BE6 Plum

📋 copy color: '#DC9BE6'

red 220 ◦ green 155 ◦ blue 230

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

Shades of Plum #DC9BE6

Tints of Plum #DC9BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.02%

R = 36.36%
G = 25.62%
B = 38.02%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC9BE6 (or 0xDC9BE6) is known color: Plum. HEX triplet: DC, 9B and E6. RGB value is (220,155,230). Sum of RGB (Red+Green+Blue) = 220+155+230=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 230 (90.23% from 255 or 38.02% from 605); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC9BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9BE6 is #236419. Grayscale: #B6B6B6. Windows color (decimal): -2319386 or 15113180. OLE color: 15113180.

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

Color convert

RGB 220 155 230 -
CMYK 0.04 0.33 0 0.10
HSL 292º 0.6% 0.75% -
HSV(B) 292º 0.33% 0.9% -
XYZ 55.52 44.37 80.5 -
YUV 182.99 154.53 154.4 -
System Red Green Blue C M Y K H S L
Decimal 220 155 230 0.04 0.33 0 0.10 292 0.6 0.75
Hex DC 9B E6 4 21 0 A 124 3C 4B
Octal 334 233 346 4 41 0 12 444 74 113
Binary 11011100 10011011 11100110 100 100001 0 1010 100100100 111100 1001011

Color Harmonies of #DC9BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9BE6

Black with #DC9BE6

Text Example


Text Example

White with #DC9BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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