#D192DA

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

Shades of Plum #D192DA

Tints of Plum #D192DA

Color information

#D192DA (or 0xD192DA) is unknown color: approx Plum. HEX triplet: D1, 92 and DA. RGB value is (209,146,218). Sum of RGB (Red+Green+Blue) = 209+146+218=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 146 (57.42% from 255 or 25.48% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #D192DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D192DA is #2E6D25. Grayscale: #ACACAC. Windows color (decimal): -3042598 or 14324433. OLE color: 14324433.

HSL color Cylindrical-coordinate representation of color #D192DA: hue angle of 292.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D192DA is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209146218-
CMYK0.040.3300.15
HSL292.5º49.32%71.37%-
HSV(B)292.5º33.03%85.49%-
XYZ49.2339.1871.3-
YUV173.04153.37153.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.47%
GREEN value IS 146 (57.42% from 255) = 25.48%
BLUE value IS 218 (85.55% from 255) = 38.05%
R=36.47%
G=25.48%
B=38.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091462180.040.3300.15292.549.3271.37
HexD192DA4210F1243147
Octal32122233244101744461107
Binary110100011001001011011010100100001011111001001001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D192DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D192DA; }

 p { color: rgb(209,146,218); }

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

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

 a { background-color: rgb(209,146,218); }

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

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

 span { border-color: rgb(209,146,218); }

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