#DC92D2

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

Shades of Plum #DC92D2

Tints of Plum #DC92D2

Color information

#DC92D2 (or 0xDC92D2) is unknown color: approx Plum. HEX triplet: DC, 92 and D2. RGB value is (220,146,210). Sum of RGB (Red+Green+Blue) = 220+146+210=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DC92D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC92D2 is #236D2D. Grayscale: #AFAFAF. Windows color (decimal): -2321710 or 13800156. OLE color: 13800156.

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

Color convert

RGB220146210-
CMYK00.340.050.14
HSL308.11º51.39%71.76%-
HSV(B)308.11º33.64%86.27%-
XYZ51.4340.4366.07-
YUV175.42147.52159.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 146 (57.42% from 255) = 25.35%
BLUE value IS 210 (82.42% from 255) = 36.46%
R=38.19%
G=25.35%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014621000.340.050.14308.1151.3971.76
HexDC92D20225E1343348
Octal33422232204251646463110
Binary110111001001001011010010010001010111101001101001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC92D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC92D2; }

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

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

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

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

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

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

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

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