#D192D5

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

Shades of Plum #D192D5

Tints of Plum #D192D5

Color information

#D192D5 (or 0xD192D5) is unknown color: approx Plum. HEX triplet: D1, 92 and D5. RGB value is (209,146,213). Sum of RGB (Red+Green+Blue) = 209+146+213=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 213 - color contains mainly: blue. Hex color #D192D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D192D5 is #2E6D2A. Grayscale: #ACACAC. Windows color (decimal): -3042603 or 13996753. OLE color: 13996753.

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

Color convert

RGB209146213-
CMYK0.020.3100.16
HSL296.42º44.37%70.39%-
HSV(B)296.42º31.46%83.53%-
XYZ48.5838.9267.9-
YUV172.48150.87154.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.80%
GREEN value IS 146 (57.42% from 255) = 25.70%
BLUE value IS 213 (83.59% from 255) = 37.5%
R=36.80%
G=25.70%
B=37.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2091462130.020.3100.16296.4244.3770.39
HexD192D521F0101282c46
Octal32122232523702045054106
Binary11010001100100101101010110111110100001001010001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D192D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D192D5; }

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

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

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

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

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

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

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

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