#D292D7

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

Shades of Plum #D292D7

Tints of Plum #D292D7

Color information

#D292D7 (or 0xD292D7) is unknown color: approx Plum. HEX triplet: D2, 92 and D7. RGB value is (210,146,215). Sum of RGB (Red+Green+Blue) = 210+146+215=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 146 (57.42% from 255 or 25.57% from 571); Blue value is 215 (84.38% from 255 or 37.65% from 571); Max value from RGB is 215 - color contains mainly: blue. Hex color #D292D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D292D7 is #2D6D28. Grayscale: #ACACAC. Windows color (decimal): -2977065 or 14127826. OLE color: 14127826.

HSL color Cylindrical-coordinate representation of color #D292D7: hue angle of 295.65º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D292D7 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210146215-
CMYK0.020.3200.16
HSL295.65º46.31%70.78%-
HSV(B)295.65º32.09%84.31%-
XYZ49.1239.1769.26-
YUV173151.7154.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.78%
GREEN value IS 146 (57.42% from 255) = 25.57%
BLUE value IS 215 (84.38% from 255) = 37.65%
R=36.78%
G=25.57%
B=37.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101462150.020.3200.16295.6546.3170.78
HexD292D72200101282e47
Octal32222232724002045056107
Binary110100101001001011010111101000000100001001010001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D292D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D292D7; }

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

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

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

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

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

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

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

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