#DC9DCF

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

Shades of Plum #DC9DCF

Tints of Plum #DC9DCF

Color information

#DC9DCF (or 0xDC9DCF) is unknown color: approx Plum. HEX triplet: DC, 9D and CF. RGB value is (220,157,207). Sum of RGB (Red+Green+Blue) = 220+157+207=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 157 (61.72% from 255 or 26.88% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9DCF is #236230. Grayscale: #B5B5B5. Windows color (decimal): -2318897 or 13606364. OLE color: 13606364.

HSL color Cylindrical-coordinate representation of color #DC9DCF: hue angle of 312.38º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DC9DCF is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB220157207-
CMYK00.290.060.14
HSL312.38º47.37%73.92%-
HSV(B)312.38º28.64%86.27%-
XYZ52.8343.8364.71-
YUV181.54142.37155.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.67%
GREEN value IS 157 (61.72% from 255) = 26.88%
BLUE value IS 207 (81.25% from 255) = 35.45%
R=37.67%
G=26.88%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015720700.290.060.14312.3847.3773.92
HexDC9DCF01D6E1382f4a
Octal33423531703561647057112
Binary11011100100111011100111101110111011101001110001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9DCF; }

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

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

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

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

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

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

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

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