#DC95CE

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

Shades of Plum #DC95CE

Tints of Plum #DC95CE

Color information

#DC95CE (or 0xDC95CE) is unknown color: approx Plum. HEX triplet: DC, 95 and CE. RGB value is (220,149,206). Sum of RGB (Red+Green+Blue) = 220+149+206=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95CE is #236A31. Grayscale: #B0B0B0. Windows color (decimal): -2320946 or 13538780. OLE color: 13538780.

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

Color convert

RGB220149206-
CMYK00.320.060.14
HSL311.83º50.35%72.35%-
HSV(B)311.83º32.27%86.27%-
XYZ51.441.1763.63-
YUV176.73144.52158.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 149 (58.59% from 255) = 25.91%
BLUE value IS 206 (80.86% from 255) = 35.83%
R=38.26%
G=25.91%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014920600.320.060.14311.8350.3572.35
HexDC95CE0206E1383248
Octal33422531604061647062110
Binary110111001001010111001110010000011011101001110001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC95CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC95CE; }

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

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

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

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

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

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

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

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