#D492D2

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

Shades of Plum #D492D2

Tints of Plum #D492D2

Color information

#D492D2 (or 0xD492D2) is unknown color: approx Plum. HEX triplet: D4, 92 and D2. RGB value is (212,146,210). Sum of RGB (Red+Green+Blue) = 212+146+210=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 212 - color contains mainly: red. Hex color #D492D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D492D2 is #2B6D2D. Grayscale: #ACACAC. Windows color (decimal): -2845998 or 13800148. OLE color: 13800148.

HSL color Cylindrical-coordinate representation of color #D492D2: hue angle of 301.82º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D492D2 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB212146210-
CMYK00.310.010.17
HSL301.82º43.42%70.2%-
HSV(B)301.82º31.13%83.14%-
XYZ49.0639.2165.95-
YUV173.03148.87155.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.32%
GREEN value IS 146 (57.42% from 255) = 25.70%
BLUE value IS 210 (82.42% from 255) = 36.97%
R=37.32%
G=25.70%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214621000.310.010.17301.8243.4270.2
HexD492D201F11112e2b46
Octal32422232203712145653106
Binary1101010010010010110100100111111100011001011101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D492D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D492D2; }

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

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

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

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

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

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

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

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