#DC95D1

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

Shades of Plum #DC95D1

Tints of Plum #DC95D1

Color information

#DC95D1 (or 0xDC95D1) is unknown color: approx Plum. HEX triplet: DC, 95 and D1. RGB value is (220,149,209). Sum of RGB (Red+Green+Blue) = 220+149+209=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95D1 is #236A2E. Grayscale: #B0B0B0. Windows color (decimal): -2320943 or 13735388. OLE color: 13735388.

HSL color Cylindrical-coordinate representation of color #DC95D1: hue angle of 309.3º 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 #DC95D1 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB220149209-
CMYK00.320.050.14
HSL309.3º50.35%72.35%-
HSV(B)309.3º32.27%86.27%-
XYZ51.7741.3165.57-
YUV177.07146.02158.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.06%
GREEN value IS 149 (58.59% from 255) = 25.78%
BLUE value IS 209 (82.03% from 255) = 36.16%
R=38.06%
G=25.78%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014920900.320.050.14309.350.3572.35
HexDC95D10205E1353248
Octal33422532104051646562110
Binary110111001001010111010001010000010111101001101011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC95D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC95D1; }

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

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

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

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

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

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

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

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