#DC9BD1

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

Shades of Plum #DC9BD1

Tints of Plum #DC9BD1

Color information

#DC9BD1 (or 0xDC9BD1) is unknown color: approx Plum. HEX triplet: DC, 9B and D1. RGB value is (220,155,209). Sum of RGB (Red+Green+Blue) = 220+155+209=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9BD1 is #23642E. Grayscale: #B4B4B4. Windows color (decimal): -2319407 or 13736924. OLE color: 13736924.

HSL color Cylindrical-coordinate representation of color #DC9BD1: hue angle of 310.15º 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 #DC9BD1 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB220155209-
CMYK00.300.050.14
HSL310.15º48.15%73.53%-
HSV(B)310.15º29.55%86.27%-
XYZ52.7543.2665.89-
YUV180.59144.03156.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.67%
GREEN value IS 155 (60.94% from 255) = 26.54%
BLUE value IS 209 (82.03% from 255) = 35.79%
R=37.67%
G=26.54%
B=35.79%

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
Decimal22015520900.300.050.14310.1548.1573.53
HexDC9BD101E5E136304a
Octal33423332103651646660112
Binary11011100100110111101000101111010111101001101101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9BD1; }

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

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

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

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

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

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

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

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