#DC9BD0

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

Shades of Plum #DC9BD0

Tints of Plum #DC9BD0

Color information

#DC9BD0 (or 0xDC9BD0) is unknown color: approx Plum. HEX triplet: DC, 9B and D0. RGB value is (220,155,208). Sum of RGB (Red+Green+Blue) = 220+155+208=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BD0 is #23642F. Grayscale: #B4B4B4. Windows color (decimal): -2319408 or 13671388. OLE color: 13671388.

HSL color Cylindrical-coordinate representation of color #DC9BD0: hue angle of 311.08º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9BD0 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB220155208-
CMYK00.300.050.14
HSL311.08º48.15%73.53%-
HSV(B)311.08º29.55%86.27%-
XYZ52.6243.2165.24-
YUV180.48143.53156.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.74%
GREEN value IS 155 (60.94% from 255) = 26.59%
BLUE value IS 208 (81.64% from 255) = 35.68%
R=37.74%
G=26.59%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015520800.300.050.14311.0848.1573.53
HexDC9BD001E5E137304a
Octal33423332003651646760112
Binary11011100100110111101000001111010111101001101111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9BD0; }

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

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

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

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

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

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

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

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