#DC94CE

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

Shades of Plum #DC94CE

Tints of Plum #DC94CE

Color information

#DC94CE (or 0xDC94CE) is unknown color: approx Plum. HEX triplet: DC, 94 and CE. RGB value is (220,148,206). Sum of RGB (Red+Green+Blue) = 220+148+206=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DC94CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC94CE is #236B31. Grayscale: #AFAFAF. Windows color (decimal): -2321202 or 13538524. OLE color: 13538524.

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

Color convert

RGB220148206-
CMYK00.330.060.14
HSL311.67º50.7%72.16%-
HSV(B)311.67º32.73%86.27%-
XYZ51.2540.8563.58-
YUV176.14144.85159.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.33%
GREEN value IS 148 (58.20% from 255) = 25.78%
BLUE value IS 206 (80.86% from 255) = 35.89%
R=38.33%
G=25.78%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014820600.330.060.14311.6750.772.16
HexDC94CE0216E1383348
Octal33422431604161647063110
Binary110111001001010011001110010000111011101001110001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC94CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC94CE; }

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

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

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

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

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

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

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

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