#dc9de9

Color #DC9DE9 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #DC9DE9

Tints of Plum #DC9DE9

Color information

#DC9DE9 (or 0xDC9DE9) is unknown color: approx Plum. HEX triplet: DC, 9D and E9. RGB value is (220,157,233). Sum of RGB (Red+Green+Blue) = 220+157+233=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 157 (61.72% from 255 or 25.74% from 610); Blue value is 233 (91.41% from 255 or 38.20% from 610); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC9DE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9DE9 is #236216. Grayscale: #B8B8B8. Windows color (decimal): -2318871 or 15310300. OLE color: 15310300.

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

Color convert

RGB220157233-
CMYK0.060.3300.09
HSL289.74º63.33%76.47%-
HSV(B)289.74º32.62%91.37%-
XYZ56.2845.2182.85-
YUV184.5155.37153.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.07%
GREEN value IS 157 (61.72% from 255) = 25.74%
BLUE value IS 233 (91.41% from 255) = 38.20%
R=36.07%
G=25.74%
B=38.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201572330.060.3300.09289.7463.3376.47
HexDC9DE9621091223f4c
Octal33423535164101144277114
Binary110111001001110111101001110100001010011001000101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc9de9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc9de9; }

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

 H1.HeaderClassName
 {
   color: #dc9de9;
 }
 .AnyTagClassName
 {
   color: #dc9de9;
 }
</style>
background-color css

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

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

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

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

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

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