Html Css Color HEX #DC9EE7 Plum

📋 copy color: '#DC9EE7'

red 220 ◦ green 158 ◦ blue 231

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

Shades of Plum #DC9EE7

Tints of Plum #DC9EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.93%

R = 36.12%
G = 25.94%
B = 37.93%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DC9EE7 (or 0xDC9EE7) is known color: Plum. HEX triplet: DC, 9E and E7. RGB value is (220,158,231). Sum of RGB (Red+Green+Blue) = 220+158+231=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC9EE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9EE7 is #236118. Grayscale: #B8B8B8. Windows color (decimal): -2318617 or 15179484. OLE color: 15179484.

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

Color convert

RGB 220 158 231 -
CMYK 0.05 0.32 0 0.09
HSL 290.96º 0.6% 0.76% -
HSV(B) 290.96º 0.32% 0.91% -
XYZ 56.17 45.44 81.41 -
YUV 184.86 154.04 153.06 -
System Red Green Blue C M Y K H S L
Decimal 220 158 231 0.05 0.32 0 0.09 290.96 0.6 0.76
Hex DC 9E E7 5 20 0 9 123 3C 4C
Octal 334 236 347 5 40 0 11 443 74 114
Binary 11011100 10011110 11100111 101 100000 0 1001 100100011 111100 1001100

Color Harmonies of #DC9EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9EE7

Black with #DC9EE7

Text Example


Text Example

White with #DC9EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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