#DC94D0

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

Shades of Plum #DC94D0

Tints of Plum #DC94D0

Color information

#DC94D0 (or 0xDC94D0) is unknown color: approx Plum. HEX triplet: DC, 94 and D0. RGB value is (220,148,208). Sum of RGB (Red+Green+Blue) = 220+148+208=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DC94D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC94D0 is #236B2F. Grayscale: #B0B0B0. Windows color (decimal): -2321200 or 13669596. OLE color: 13669596.

HSL color Cylindrical-coordinate representation of color #DC94D0: hue angle of 310º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC94D0 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB220148208-
CMYK00.330.050.14
HSL310º50.7%72.16%-
HSV(B)310º32.73%86.27%-
XYZ51.4940.9564.86-
YUV176.37145.85159.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 148 (58.20% from 255) = 25.69%
BLUE value IS 208 (81.64% from 255) = 36.11%
R=38.19%
G=25.69%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014820800.330.050.1431050.772.16
HexDC94D00215E1363348
Octal33422432004151646663110
Binary110111001001010011010000010000110111101001101101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC94D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC94D0; }

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

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

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

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

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

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

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

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