#DC95DD

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

Shades of Plum #DC95DD

Tints of Plum #DC95DD

Color information

#DC95DD (or 0xDC95DD) is unknown color: approx Plum. HEX triplet: DC, 95 and DD. RGB value is (220,149,221). Sum of RGB (Red+Green+Blue) = 220+149+221=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 149 (58.59% from 255 or 25.25% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC95DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95DD is #236A22. Grayscale: #B2B2B2. Windows color (decimal): -2320931 or 14521820. OLE color: 14521820.

HSL color Cylindrical-coordinate representation of color #DC95DD: hue angle of 299.17º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC95DD is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220149221-
CMYK0.000.3300.13
HSL299.17º51.43%72.55%-
HSV(B)299.17º32.58%86.67%-
XYZ53.3141.9373.69-
YUV178.44152.02157.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 149 (58.59% from 255) = 25.25%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=37.29%
G=25.25%
B=37.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201492210.000.3300.13299.1751.4372.55
HexDC95DD0210D12b3349
Octal33422533504101545363111
Binary1101110010010101110111010100001011011001010111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC95DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC95DD; }

 p { color: rgb(220,149,221); }

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

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

 a { background-color: rgb(220,149,221); }

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

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

 span { border-color: rgb(220,149,221); }

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