#DD95CE

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

Shades of Plum #DD95CE

Tints of Plum #DD95CE

Color information

#DD95CE (or 0xDD95CE) is unknown color: approx Plum. HEX triplet: DD, 95 and CE. RGB value is (221,149,206). Sum of RGB (Red+Green+Blue) = 221+149+206=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD95CE is #226A31. Grayscale: #B0B0B0. Windows color (decimal): -2255410 or 13538781. OLE color: 13538781.

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

Color convert

RGB221149206-
CMYK00.330.070.13
HSL312.5º51.43%72.55%-
HSV(B)312.5º32.58%86.67%-
XYZ51.7141.3263.64-
YUV177.03144.35159.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.37%
GREEN value IS 149 (58.59% from 255) = 25.87%
BLUE value IS 206 (80.86% from 255) = 35.76%
R=38.37%
G=25.87%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114920600.330.070.13312.551.4372.55
HexDD95CE0217D1383349
Octal33522531604171547063111
Binary110111011001010111001110010000111111011001110001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD95CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD95CE; }

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

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

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

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

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

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

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

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