#DC92CD

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

Shades of Plum #DC92CD

Tints of Plum #DC92CD

Color information

#DC92CD (or 0xDC92CD) is unknown color: approx Plum. HEX triplet: DC, 92 and CD. RGB value is (220,146,205). Sum of RGB (Red+Green+Blue) = 220+146+205=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 146 (57.42% from 255 or 25.57% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DC92CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC92CD is #236D32. Grayscale: #AEAEAE. Windows color (decimal): -2321715 or 13472476. OLE color: 13472476.

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

Color convert

RGB220146205-
CMYK00.340.070.14
HSL312.16º51.39%71.76%-
HSV(B)312.16º33.64%86.27%-
XYZ50.8140.1862.84-
YUV174.85145.02160.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 146 (57.42% from 255) = 25.57%
BLUE value IS 205 (80.47% from 255) = 35.90%
R=38.53%
G=25.57%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014620500.340.070.14312.1651.3971.76
HexDC92CD0227E1383348
Octal33422231504271647063110
Binary110111001001001011001101010001011111101001110001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC92CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC92CD; }

 p { color: rgb(220,146,205); }

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

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

 a { background-color: rgb(220,146,205); }

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

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

 span { border-color: rgb(220,146,205); }

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