#D292D4

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

Shades of Plum #D292D4

Tints of Plum #D292D4

Color information

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

HSL color Cylindrical-coordinate representation of color #D292D4: hue angle of 298.18º 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 #D292D4 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB210146212-
CMYK0.010.3100.17
HSL298.18º43.42%70.2%-
HSV(B)298.18º31.13%83.14%-
XYZ48.7439.0167.25-
YUV172.66150.2154.63-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2101462120.010.3100.17298.1843.4270.2
HexD292D411F01112a2b46
Octal32222232413702145253106
Binary1101001010010010110101001111110100011001010101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D292D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D292D4; }

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

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

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

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

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

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

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

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