#DC94CB

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

Shades of Plum #DC94CB

Tints of Plum #DC94CB

Color information

#DC94CB (or 0xDC94CB) is unknown color: approx Plum. HEX triplet: DC, 94 and CB. RGB value is (220,148,203). Sum of RGB (Red+Green+Blue) = 220+148+203=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DC94CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC94CB is #236B34. Grayscale: #AFAFAF. Windows color (decimal): -2321205 or 13341916. OLE color: 13341916.

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

Color convert

RGB220148203-
CMYK00.330.080.14
HSL314.17º50.7%72.16%-
HSV(B)314.17º32.73%86.27%-
XYZ50.8840.7161.68-
YUV175.8143.35159.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 148 (58.20% from 255) = 25.92%
BLUE value IS 203 (79.69% from 255) = 35.55%
R=38.53%
G=25.92%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014820300.330.080.14314.1750.772.16
HexDC94CB0218E13a3348
Octal334224313041101647263110
Binary1101110010010100110010110100001100011101001110101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC94CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC94CB; }

 p { color: rgb(220,148,203); }

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

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

 a { background-color: rgb(220,148,203); }

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

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

 span { border-color: rgb(220,148,203); }

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