#DD95DC

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

Shades of Plum #DD95DC

Tints of Plum #DD95DC

Color information

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

HSL color Cylindrical-coordinate representation of color #DD95DC: hue angle of 300.83º 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 #DD95DC is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB221149220-
CMYK00.330.000.13
HSL300.83º51.43%72.55%-
HSV(B)300.83º32.58%86.67%-
XYZ53.4842.0373-
YUV178.62151.35158.23-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114922000.330.000.13300.8351.4372.55
HexDD95DC0210D12d3349
Octal33522533404101545563111
Binary1101110110010101110111000100001011011001011011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD95DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD95DC; }

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

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

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

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

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

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

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

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