Html Css Color HEX #DC9EE9 Plum

📋 copy color: '#DC9EE9'

red 220 ◦ green 158 ◦ blue 233

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

Shades of Plum #DC9EE9

Tints of Plum #DC9EE9

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.86%

 BLUE value IS 233 (91.41% from 255) = 38.13%

R = 36.01%
G = 25.86%
B = 38.13%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DC9EE9 (or 0xDC9EE9) is known color: Plum. HEX triplet: DC, 9E and E9. RGB value is (220,158,233). Sum of RGB (Red+Green+Blue) = 220+158+233=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC9EE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9EE9 is #236116. Grayscale: #B8B8B8. Windows color (decimal): -2318615 or 15310556. OLE color: 15310556.

HSL color Cylindrical-coordinate representation of color #DC9EE9: hue angle of 289.6º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC9EE9 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 158 233 -
CMYK 0.06 0.32 0 0.09
HSL 289.6º 0.63% 0.77% -
HSV(B) 289.6º 0.32% 0.91% -
XYZ 56.45 45.55 82.91 -
YUV 185.09 155.04 152.9 -
System Red Green Blue C M Y K H S L
Decimal 220 158 233 0.06 0.32 0 0.09 289.6 0.63 0.77
Hex DC 9E E9 6 20 0 9 122 3F 4D
Octal 334 236 351 6 40 0 11 442 77 115
Binary 11011100 10011110 11101001 110 100000 0 1001 100100010 111111 1001101

Color Harmonies of #DC9EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9EE9

Black with #DC9EE9

Text Example


Text Example

White with #DC9EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9EE9; }

 p { color: rgb(220,158,233); }

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

background-color css

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

 a { background-color: rgb(220,158,233); }

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

border-color css

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

 span { border-color: rgb(220,158,233); }

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